Re: Windows, Python and low level networking
From: Jaime Wyant (programmer.py_at_gmail.com)
Date: 03/23/05
- Next message: Peter Hansen: "Re: os.stat access and modify time same on WinXP"
- Previous message: Ben: "Pattern matching from a text document"
- In reply to: ias0nas_at_lycos.com: "Windows, Python and low level networking"
- Next in thread: Peter Hansen: "Re: Windows, Python and low level networking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Mar 2005 10:55:52 -0600 To: python-list@python.org
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@lycos.com <ias0nas@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
>
- Next message: Peter Hansen: "Re: os.stat access and modify time same on WinXP"
- Previous message: Ben: "Pattern matching from a text document"
- In reply to: ias0nas_at_lycos.com: "Windows, Python and low level networking"
- Next in thread: Peter Hansen: "Re: Windows, Python and low level networking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|