On 2013.05.15 20:47, Eric Miller wrote:
> Can python sockets be used to capture IP traffic when the traffic is
> originating from a non-python source?
Python just exposes the underlying OS socket interface. There is nothing
special about sockets in Python. The whole point is to connect
heterogene
Can python sockets be used to capture IP traffic when the traffic is
originating from a non-python source?
Using a Lantronix UDS-1100 serial to IP converter. The goal is to write a small
proof of concept piece in Python to capture serial data output by this device
over IP.
I've done a couple t