James Sabre wrote:
thanaphum bannasri wrote:
I would like to know I will draw network graph xy(Line Graph) realtime . How I do it easy?![]()
I suspect you won't like my answer. JFreeChart is difficult to use effectively without the documentation and the examples that come with that documentation but you have to buy the documentation. Using JFreeChart for creating xy line charts is relatively easy but the detail of what you want to achieve matters. How you use this in conjunction with jpcap is a different matter.
P.S. Be careful in this context to distinguish between charts (xy, pie, histograms etc) and graphs (nodes and links).
Ulf Dittmer wrote:What I meant is: what is a "network graph xy (Line Graph) realtime"? What's along the X axis? What's along the Y axis? TellTheDetails.
Also, is this question about gathering data using jpcap, or about using JFreeChart to draw something?
Ulf Dittmer wrote:What are you trying to graph? In other words, what -exactly- do you mean by "network graph"? Also, what do you have so far,. and where are you stuck making progress?