Thor Watanabe
Thor Watanabe
There is an important difference between: > invalid literal for int() with base 10: "bytearray(b'0')" > invalid literal for int() with base 10: ''` In case of `bytearray(b'0')`, old WebIOPi...
OTOH, The possible causes are as follows: 1. Multicast UDP packet is blocked by a wireless router connected by RPi3 (simple multicast UDP client/server program written in another language maybe...
I've committed a simple multicast/unicast UDP socket client to check WebIOPI CoAP multicast/unicast socket server on Raspberry Pi in https://github.com/thortex/rpi3-webiopi/commit/d7b696c5185e8708d11137672dc00ab44bb2fcd8. Compilation and execution instructions are listed below: ``` # build...