I'm trying to run BACnet4j with spring boot together.
BACnet4j is implementation of BACnet protocol, in my case it is BACnet IP (UDP communication on port ex.47808).
When I start my BACnet app alone it's working fine. (application is simple BACnet master - providing some objects on network)
When I try to integrate it with spring it's seem that everything starts correctly but BACnet communication doesn't work. (no response on Who-is from other device).
Any ideas?
Many thanks in advance.