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 27, 2024
1 parent c186589 commit 2e3c19c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
@version 0.0.1\
@email frank.markwort@gmail.com\
*/\
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\

**Deamon**\
_Configuration_\
src/Deamon/deamon.php\
$bootstrap = new Bootstrap(new Serial( '_/dev/ttyACM0_'), (new Memcached())->clear());\

  $bootstrap = new Bootstrap(new Serial( '_/dev/ttyACM0_'), (new Memcached(127.0.0.1, 11211))->clear());\

0 comments on commit 2e3c19c

Please sign in to comment.