Hi Mvut,
Well aware that Xbee are serial devices and the gateways are Ethernet.
I don’t require a tcp connection direct to an individual device on the Xbee network. All I really need is any packets coming in the tcp socket to the gateway going out the serial to the Xbee network. Also at the same time anything coming in the Xbee network through serial to go out the gateways tcp socket.
Basically I have a number of Arduino nodes with Xbee mesh units in the field. When I need to query the remote nodes I simply establish a tcp socket connection to the gateway and send a packet which is broadcasted on Xbee network, if the node the packet was intended for gets it, it will then send the reply back to the tcp socket via the same path.
I sounded simple and like something this unit would so out of the box, but it appears you have to upload a python script to it. I have found a few different variant of the python script but the traffic only ever goes in one direction if at all.
Regards,
Nathan