Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMarkwort authored May 28, 2024
1 parent 99024eb commit 2a74998
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
@version 0.0.1\
@email frank.markwort@gmail.com\
*/\
The decoder works on 32 bit and 64 bit systems\
\
The deamon assembles the data packets and saves them ready for decoding in the memcached server. The key is the pgn.\
Data format from usb device\
06:26:23.548 R 09FD0270 00 0C 02 11 AA FA FF FF\
Expand All @@ -11,3 +13,7 @@ Data format from usb device\
_Configuration_\
src/Deamon/deamon.php\
  $bootstrap = new Bootstrap(new Serial( '_/dev/ttyACM0_'), (new Memcached(127.0.0.1, 11211))->clear());\

**Display of the decoded data.**\
The data is currently displayed in the browser as HTML or JSON.\
The Apache directory is _/src/http/_ \

0 comments on commit 2a74998

Please sign in to comment.