Monitoring Outgoing Connections?

J

Joseph Chase

Is it possible to write a client within Python that would trigger some sort
of callback interface when the user is attempting to make an outgoing TCP/IP
connection? I'd like to accomplish this on a Windows XP box.

Is this something that could be accomplished with the Twisted framework, or
am I going to have to dive in the platform specific API?

TIA.
 
P

Peter Hansen

Joseph said:
Is it possible to write a client within Python that would trigger some sort
of callback interface when the user is attempting to make an outgoing TCP/IP
connection? I'd like to accomplish this on a Windows XP box.

Is this something that could be accomplished with the Twisted framework, or
am I going to have to dive in the platform specific API?

AFAIK, there is no cross-platform way of doing anything resembling that,
so you will have to do the dive...

-Peter
 

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

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top