Windows, Python and low level networking

Jaime Wyant programmer.py at gmail.com
Wed Mar 23 11:55:52 EST 2005


Maybe this will help.

>From the interpreter ->
>>> import socket
>>> help(socket)

Which gives you all sorts of neat information on the socket module.

jw


On 23 Mar 2005 08:08:04 -0800, ias0nas at lycos.com <ias0nas at lycos.com> wrote:
> Is it possible to have low level netwoking with python under Windows?
> Like raw sockets?
> Is it possible to send a single packet using python under windows?
> 
> Thank you
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list