** Updated to v3.2: Updated the MARK packets & MARK CanID in Database.pm and can_logger to make the web interface easier to use.
To fix your existing database:
Code: Select all
mysql -uroot -p can_logger
mysql> insert into canids values ( NULL, 'ZZZ', 'MARK' );
mysql> select ciid from canids where canid='ZZZ';
Code: Select all
mysql> update data set ciid='<number remembered above>', packets='4', contents='4d41524b' where ciid='0' and packets='0';
can_logger-3.2.tgz
Updated the CANDRIVER to allow for both Autopoll and Non Autopoll,
Added the Updated Web analysis interface, and the send_me.php interface for making Artist/Song Title updates to your display!
Check out the CAN Logger Web analysis Demo.
Thanks everyone for all there help!