traffic

Traffic monitoring and shaping (C\C++)

Hi! I want to write a library (C\C++) which would be able to monitor network traffic (TCP and UDP) as well as limit bandwidth to a particular network area (apply different traffic shaping rules to different network zones). This library should work on Windows 7 (64-bit). I would be glad if this kind of library can be written as entirely u...

API for historical traffic data?

Does anyone know of a public API for historical traffic data? Some quick googling pulls up an API from Yahoo which offers real-time data, but I'd be curious if anyone hosts a service for historical data - i.e., what was the "severity" (one of the attributes the Yahoo API returns) for a given location at a given date and time. (I'm goin...

logging incoming traffic from google Sponsored Links clicks

hello to all, a client asked me to write a script that will log visitors reaching hs site via google adds (Sponsored Links). the idea is to keep track of: 1.users' ip 2. what add they clicked 3. what key words they submitted in the Google search that led the them to the result page in which that add was displayed i will attempt that in...

Best programming language for Image and motion processing

I'm an actionscript developer and my next project is a traffic information capture system. I'm assuming that this project will require a lot of image processing and motion capture methods on images obtained through cameras. I know I can achieve this with ActionScript, but might require sacrificing performance and accuracy. Will Java be b...

Is it possible for me to do the performance testing in localhost with actual network environment?

I need to test the performance of application running on localhost as if it were in the online environment. I mean the performance test conducted by the network traffic simulation, limited bandwidth simulation, or other parameter as if it were online. could Apache Ab do the simulation? Thank u so much. ...

Is there a traffic limit on Apple's Push Notification Service?

Is there a traffic limit on Apple's PNS? Documentation says: You should also retain connections with APNs across multiple notifications. (APNs may consider connections that are rapidly and repeatedly established and torn down as a denial-of-service attack.) It seems to be heavy traffic allowed with only keeping connection...

Google transit is too idealistic. How would you change that?

Suppose you want to get from point A to point B. You use Google Transit directions, and it tells you: Route 1: 1. Wait 5 minutes 2. Walk from point A to Bus stop 1 for 8 minutes 3. Take bus 69 till stop 2 (15 minues) 4. Wait 2 minutes 5. Take bus 6969 till stop 3(12 minutes) 6. Walk 7 minutes from stop 3 till point B for 3 minutes. To...

Best database solution for managing a huge amount of data

I have to design a traffic database which includes data from different towns (8 towns) 2mb in a period of 10 min for each town 24h. The incoming data is the same for all Town. So my first question is what is better on the performance side: design one database for all towns with many tables (one table for each town) or design many databas...

MKMapView, Google Maps API and traffic information

Hi folks, By the time you finish reading this question, it will become obvious to you that I'm pretty new to this development. But I've got a quick question here. I think I (unfortunately, sorta) know the answer, but I figured I'd ask, anyway: I'm working on an app in which I'd like to display traffic data from Google Maps into a map. ...

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator? ...

valgrind on server process

hi i am new to valgrind. I know how to run valgrind on executable files from command line. But how do you run valgrind on server processes like apache/myqld/traffic server etc .. I want to run valgrind on traffic server (http://incubator.apache.org/projects/trafficserver.html) to detect some memory leaks taking place in the plugin I ha...

Monitor Network Traffic Mac

I'm wondering how to go about monitoring network traffic on my Mac. Like the way activity monitor does it, showing the bytes / packets in and out. I know it's a bit vague, but I'm unsure of the best place to start. EDIT: I forgot to mention, I'm wanting to do this in code, not use an existing piece of software. ...

Python: Traffic-Simulation (cars on a road)

Hello! I want to create a traffic simulator like here: http://www.doobybrain.com/wp-content/uploads/2008/03/traffic-simulation.gif But I didn't thougt very deep about this. I would create the class car. Every car has his own color, position and so on. And I could create the road with an array. But how to tell the car where to go? Co...

XUL - traffic monitoring for a special browser window in a firefox extension only

I hope you can help me with some code to monitor sent bytes (especially if a user is uploading a file in a web formular). For my extension a have a new window(id=rootWnd) in which is my . What I want to add now is the possibility to monitor all the traffic that is sent on a single request on this browser only, especially if a user start...

Is there an application that can monitor the network and API usage of an .exe ?

Is there an application that can monitor the network and API usage of an .exe ? I am looking for an app that can monitor: - Network traffic and or just HTTP traffic - Windows API calls For a delphi exe which I do not have the source for. Any suggestions. Thankyou. ...

Need a free Application for network monitoring, traffic per port, and a weekly report

Hi all, I would like to know if there's an open source application that can: -Being open-source (obviously free, no cost at all) -Check which ports are being used and check the bandwith used by each of them. -Based on requirements above create a weekly report. With details of each prt per day and time specifications. I have read abou...

intercepting http traffic to/from Google Chrome

I use Fiddler for intercepting HTTP traffic when using IE or Firefox. Now that I'm using chrome for most of my day, I would like to be able to see the http traffic using something like Fiddler. What do chrome developers use ? I prefer something automatic like Fiddler but something that needs config, etc would also help. P.S : I'm on win...

Change alexa tracking from artcrew.ro to www.artcrew.ro

my website has a redirect from artcrew.ro to www.artcrew.ro but for some reason, alexa gets only the inbound links from the one without www in front, on the one with www in front i have over 2000 inbound links but on the one without www i have only 10. is there any way i could make alexa see the other inbound links? that would be grate. ...

php csv high load request

i have PHP serve and one csv file . i need to read csv file and send the data to the browser. if individual request = 10,000 or more (may be) then reading csv file from harddisk may be costly.how can i efficiently read csv file from PHP and send the data to the browser. there is no option to read data form relational db. only browser<--...

is it possible to limit the network traffic from my PC to my PC?

Hi Guys I'm debugging some CS program and to view the performance of the application in slow internet I tried many different ways. However the best would be the Server and the client be in the same PC ---- my debugging environments for both the server side and the client is setup in one PC. So I'm wondering is there anyway to limit the ...