Im currently trying to get my SW Can Sniffer software to log the Bus, and evaluate what it sees in realtime...
(I still have issues with Mono C# Serial Port stuff, so I might covert the code to Native Windows C# and use Visual Studio)....
I have some preliminary code that can go through a dumped log (Like the stuff I have posted up), and can process the information
and give status flags as to what data is known, and what isnt....
The hope is to just grab huge amounts of data via logs (Whilst driving) so as we can hopefully find some of the more fun stuff,
and then review it later by running it through the app...
Once reviewing the data, we can try and fill in the gaps by adding some comments, and then upload to the server for others to download and share....
I am working on a search page for the SW Can stuff, but here is the preliminary view page for the worked out SW Can stuff...
view_gmcan.php?gmcan_data_id=10(Simply change the last digit, from any number from 6 onwards to have a look at the kind of data I am trying to publish)...
Stuff to do...
1) Display the whole data packet, complete with the un-converted header, etc...
2) Add some conversion code for the Data0-Data7 Bytes, so as we can see what the values are in Integer and ASCII formats..
3) Add a search page for finding these suckers, instead of randomly changing the last digits in the URL...
4) Finish off some buggy code that reads through a dumped terminal log, to parse the packet information correctly...