Friday, July 23, 2004

Network Visualization

My next idea is to visualize the network. I take this step so it would be easier for future debugging. First step is, to create a matrix with the size of N X M. With N as the number of DP in network, and M as the number of customer nodes. Next, we populate the matrix with connectivity data like the distance between two nodes.
We could then draw nodes and their connectivity based on the matrix.
I'll be using JBuilder for this. Luckily, there's been an assignment which modules I could use for this purpose. Hopefully not much changes needed for this.


0 Comments:

Post a Comment

<< Home