JoelBender / bacpypes

BACpypes provides a BACnet application layer and network layer written in Python for daemons, scripting, and graphical interfaces.
MIT License
298 stars 129 forks source link

WhoIsIAm.py only able to get response from the BACnet Simulator in the first 1-2 minutes. #483

Open 11208 opened 1 year ago

11208 commented 1 year ago

I am trying out the WhoIsIAm.py and only able to get IAm response from the BACnet Simulator on the first 1-2 minutes. I am using YABE and SoftDEL BOSS as a simulators.

Steps:

  1. Start YABE and SoftDEL BOSS.

  2. Run WhoIsIAm.py and key in whois command and got response

    Screen Shot 2566-03-29 at 17 52 00 Screen Shot 2566-03-29 at 17 51 47
  3. Wait for awhile and key in whois again and no response

    Screen Shot 2566-03-29 at 17 54 43 Screen Shot 2566-03-29 at 17 55 03
  4. Restart YABE simulator and key in the whois command again got response

    Screen Shot 2566-03-29 at 17 59 04 Screen Shot 2566-03-29 at 17 58 52

I dont know why after awhile WhoIsIAm.py cant get the IAM response.

JoelBender commented 1 year ago

Can you please try and reproduce this with the WhoIsIAm.py sample application?