I was implementing the TCP server in NBIOT module. To test the TCP server i was trying to send a wrapper frame from gurux to module and after receiving this whatever received i am sending back to grurux via tcp connection.
But what i saw that the wrapper frame sent by the module is reaching at port( As per wireshark logs ) but the frame is not showing in the gurux logs window.
I want you support on this issue that
1. Is valid frames can shows in the gurux logs? because i am sable to see the data frame at wireshark.
Hi, GXDLMSDirector doesn't…
Hi,
GXDLMSDirector doesn't show ignored frames in the log.
The received frame is ignored because your client and server addresses don't match.
BR,
Mikko