Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beac0n committed Aug 23, 2024
1 parent aa16713 commit 3decce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ruroco is a tool that lets you execute commands on a server by sending UDP packe

the tool consist of 3 binaries:

- `client` -> runs on your notebook/computer and sends the UDP packets
- `server` -> receives the UDP packets and makes sure that they are valid
- `commander` -> runs the command encoded by the data of the UDP packet if it's valid
- `client`: runs on your notebook/computer and sends the UDP packets
- `server`: receives the UDP packets and makes sure that they are valid
- `commander`: runs the command encoded by the data of the UDP packet if it's valid

The commands are configured on the server side, so the client does not define what is going to be executed, it only
picks from existing commands.
Expand Down

0 comments on commit 3decce0

Please sign in to comment.