dont loose packages
Hi,
I am trying to write a program that will work on a machine which is
between a client and a server. What i want is to simulate the bridging
process. So the program should take the packages and able to send them
to the other interface. I dont want to loose package and i want
efficiency. I tried to write a program in a multithreaded way but i
couldnt get an effciency. I used scapy and its sniff method to sniff
packages.
I am not sure the right way to solve the problem with Python. I will be
happy if you help me with your ideas?
--
Oğuz Yarımtepe
www.yarimtepe.com
.
Relevant Pages
- Re: PYTHONPATH issue with sibling package names
... server packages, like this: ... Then, when I need to call API code from the client, I make sure the ... into an ImportError because my client code can't see the server src, ... but even though that path is on the PYTHONPATH, ... (comp.lang.python) - Re: Store part of GUI at the server side.
... > where I have to modify the client application after the deployment. ... > I have developed my client application using server side programming approch ... But for the GUI part I'm still using the traditional ... RTL and VCL run-time packages for this, and you will typically also have to ... (borland.public.delphi.language.objectpascal) - TSLSA-2002-0086 - mysql
... MySQL is a true multi-user, ... Language) database server. ... that consists of a server daemon and many different client ... These packages have been available for public testing for some time. ... (Bugtraq) - Re: schannel.dll, secur32.dll, and DSCLIENT.EXE redistribution
... include it in the distribution package. ... when not present in a client attempting to access server. ... > me with alternate packages to install from. ... (microsoft.public.platformsdk.security) - Re: ldap server and client conflicts, with Postfix and Courier in the mix
... attempting to remove the client to make room for the server results in another complaint: ... When you install the server then it also installs the client side which it can't because it's already there. ... This could be solved by deinstalling the listed packages and install the server, then the reinstall the remaining packages. ... (freebsd-questions) |
|