Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45390
| Date | 2013-05-15 21:28 -0500 |
|---|---|
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| Subject | Re: python sockets question |
| References | <6aa0447a-e6eb-47b7-9444-71922dad82e7@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1730.1368671311.3114.python-list@python.org> (permalink) |
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 heterogeneous systems. I can use Python on Windows to create a client that will connect to a service written in C running on Solaris or to something written in Java running on Linux. -- CPython 3.3.1 | Windows NT 6.2.9200 / FreeBSD 9.1
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python sockets question Eric Miller <miller.eric.t@gmail.com> - 2013-05-15 18:47 -0700 Re: python sockets question Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-15 21:28 -0500
csiph-web