Re: Windows, Python and low level networking

From: Jaime Wyant (programmer.py_at_gmail.com)
Date: 03/23/05


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
>



Relevant Pages

  • Re: sock.recv() in Windows
    ... > When using the socket module in Python 2.3 for windows, ... > just hangs with the Python DOS window open. ... Define "hang". ...
    (comp.lang.python)
  • sock.recv() in Windows
    ... When using the socket module in Python 2.3 for windows, ... attempt to encapsulate the socket functions into a class method, ...
    (comp.lang.python)
  • Re: _socket.so source?
    ... The socket module in Python uses _socket.so for most of its behavior. ... _socket.so for Windows. ... You need the Python source tree and the correct ...
    (comp.lang.python)
  • Re: How to get my MAC address with python ?
    ... >>I want to know the MAC address of my local network card with a python ... >>I tested the socket module which gives only the IP address. ... > Here's a url where Mark Hammond explains how to do it on Windows: ... It is also arbitrarily trivial to parse the output of ipconfig /all in ...
    (comp.lang.python)
  • Re: Windows, Python and low level networking
    ... >> Is it possible to have low level netwoking with python under Windows? ... >> Like raw sockets? ...
    (comp.lang.python)