openwms / org.openwms.common.comm

OpenWMS OSIP TCP/IP Driver Component
https://openwms.github.io/org.openwms.common.comm/
Apache License 2.0
0 stars 2 forks source link

Issue while ping the server #32

Open rogowskid opened 1 year ago

rogowskid commented 1 year ago

I set the profile as ASYNCHRONUS, I executed ping to address 127.0.0.1 and port 300008. PacketSender doesn't receive any erros, but the server doesn't loggs any information. Where is the problem? Can I find any documenation and guide how to operate this program?

openwms commented 1 year ago

Have you had a look at the Zile demo project ? https://github.com/spring-labs/org.openwms.zile. The TCP/IP driver can be configured in multiple ways, in the simplest case (simplex) one socket for receiving and another socket for sending.  Duplex mode (one socket for bidirectional communication is also possible). Be aware that the driver in the OSS version only accepts OSIP telegrams (). You can easily adopt this to your own telegram structures.