calimero-project / calimero-core

Core library for KNX network access and management
Other
128 stars 65 forks source link

GroupMonitor.java example responds with only one message #73

Closed Sultan91 closed 6 years ago

Sultan91 commented 6 years ago

After running GroupMonitor.java it always response with a single message (even though messages can have diff group number and values): 'Monitoring KNX network using KNXnet/IP server 192.168.15.11 ... 13:12:46.818 1.10.2->10/1/10 write.ind: 00' After relaunching it responds with different telegram. I supposed it will monitor all upcoming data either write or read ( PS: My goal is to read continuously datagrams from a server whithout creating a numerous connections.

Sultan91 commented 6 years ago

Since I was connected to WiFi router, apparently, I should have switched useNAT option to True in 'KNXNetworkLinkIP.newTunnelingLink'