Hi all
Is it possible to run a BACnet client using BACnet4J on an Android device?
BR
Hi all
Is it possible to run a BACnet client using BACnet4J on an Android device?
BR
Would it be useful to publish the prototype for Android somewhere together with BACnet4J?
Hi
I send you a private message. Did you not get that?
Yes, it would be great if you could send me the code. The best would be to send the changed files also separately in order for me to replace only them inside my environment.
With the bind address 0.0.0.0 I have the problem that the external device does not answer to the WhoIs. After my change, this worked fine.. I don't know the exact reason for that.
Do you know more regarding the license?
BR
Hi
Thank you very much!
Where can I download your ported code? In HEAD of the repo I did not notice a change.
I also did some tests with the existing code and was able to run it with the original seroUtils.jar included. My main problem was the bind address of the code and I changed
IpMessageControl.IpMessageControl():175 from
socket = new DatagramSocket(port, InetAddress.getByName(localBindAddress));
to
socket = new DatagramSocket(port);
BR
Pete
Hi all
Is it possible to run a BACnet client using BACnet4J on an Android device?
BR
Hi all
Is it possible to run a BACnet client using BACnet4J on an Android device?
BR