labamba 0 Newbie Poster

Hi there.

for the last couple of weeks I am trying to find a solution to my problem but with no luck.

There is a program written in C++ which can fine the mac addresses of the bluetooth addresses that are in range.
As soon as it finds them, it saves them automatically in a text file on the hard drive.

It saves JUST the mac addresses.

And what I want to do now is to create a stats page OR just a table which can get the data from this text file (ie get MAC addresses) and depict them either in a table or in a graph, exactly as it is done in the WEB with the IPs and the number of visitors etc, BUT in my case it is much simpler, since I just want to 'draw' the MAC addresses. (not interested in the time etc BUT just how many times this address is in that file)

Is there a way to do that? Is there any ready-to-use java applet which can read the data from the file and 'put' it into a table?

thanks a lot.