Windows, Python and low level networking

I

ias0nas

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
 
P

Peter Hansen

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?

Google is your friend:

Try searching with "python sockets", for example...

(You *have* heard of Google, haven't you? It's been
in the news a bit lately...)

-Peter
 
M

Martin Franklin

Peter said:
Google is your friend:

Try searching with "python sockets", for example...

(You *have* heard of Google, haven't you? It's been
in the news a bit lately...)

The OP may get 302'd though! ;-)
 
F

fraca7

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?

Yes. But be aware of restrictions on raw sockets in XP SP2:

http://blogs.msdn.com/michael_howard/archive/2004/08/12/213611.aspx

and don't blame it on Python if it doesn't work :)

There's a way to overcome this, but it comes with its load of other
problems.

Anyway, this doesn't belong there, so

fu2 comp.os.ms-windows.networking.tcp-ip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,228
Messages
2,571,157
Members
47,785
Latest member
deepusaini

Latest Threads

Top