Skip to content

Commit

Permalink
added docs for protomath
Browse files Browse the repository at this point in the history
  • Loading branch information
Chubek committed Feb 22, 2023
1 parent fcdfbde commit 4ea8ae5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ProtoGen (**Gen**eric **Proto**col) is a collection of useful and educational ap

Currently:
* ProtoQute/TCP/Random Quote Protocol
* ProtoMath/TCP/Equation Solve Protocol
* ProtoDir/UDM/Directory Listing Protocol

* [ProtoDir](#protodir)
Expand Down Expand Up @@ -136,6 +137,14 @@ The final list of all commands:
* WALK_TREE (1 hash)
* LIST_STATES (no hash)

# ProtoMath

Run it:
```
protogen math -a <tcp addr with port>
```

And then `echo 'PTMP/1 2 + 2' | nc <addr> <port>`

# ProtoQuote

Expand Down

0 comments on commit 4ea8ae5

Please sign in to comment.