traffic-simulation

Java - Distributed Programming, RMI?

I've got a doozy of a problem here. I'm aiming to build a framework to allow for the integration of different traffic simulation models. This integration is based upon the sharing of link connectivities, link costs, and vehicles between simulations. To make a distributed simulation, I plan to have a 'coordinator' (star topology). All pa...

traffic monitor

Hi there Let's say that I have a web-application on which some users will come and use it. My application is built in PHP and uses MySQL as a database. I need to know how much traffic I need to buy, what size of disk etc...For all of these things, I need a tool which will monitor the application. Can you recommend me a tool/tools whic...

Can anyone run the c++ traffic simulation that comes with Netbeans 6.7 ?

There is a traffic simulation program in C++ that comes as an example in Netbeans for a C++ project. I got the cygwin compiler installed it and it was working well but i could still not compile the program because it require the GTK GUI framework. This is very important as I need to create a traffic simulation for a project and i would l...

How to simulate browser HTTP POST request and capture result in C#

Lets say we have a web page with a search input form, which submits data to server via HTTP GET. So that's mean server receive search data through query strings. User can see the URL and can also initialize this request by himself (via URL + Query strings). We all know that. Here is the question. What if this web page submits data to t...

Load and stress testing a network app

A client has a piece of hardware - it doesn't really matter what it does. 150 of them can connect to a PC and up to 150 PCs can interface to the single server. These are his figures and I and not sure if I want to query them. At his premises he has a largish room with 150 h/w devices mounted on the walls - and testing consists of a lot ...

Netlogo programming question on traffic simulation

i am working on traffic simulation using Netlogo for my post graduate individual project. when the turtles move forward we can specify the number of units it can move eg: fd 1 . which would mean the turtle moves forward by 1. what is this unit 1. is it equal to 1 patch or equal to the size of the turtle? thanks ...

netlogo programming question

hi i have some basic programming questions in netlogo: *1)*in "is-agent? " command. how can i specifically check if the agent with id = 4 is green or not. is-agent? green ;; this would be true if any of the agents is green. *2)*i have made two breeds of agents and they stop when they collide with each other. how can i make them pass...

Discriminators for using in flow-based classification

I need to classify TCP traffic base on video and non-video. So i need to find characteristics of each flow. My classification is Flow-based and one of my variables is incoming packet length. but it is not accurate as P(video|1200Bytes)= 0.04 P(non-Video|1200Bytes) = 0.22 I need some help to find some variables, at least two more to d...