Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Fabiokleis/fserver-udp
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabiokleis committed Apr 11, 2024
2 parents 2dca004 + 7272f53 commit 4c52386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ udp file server, transfer files over udp socket.
this project uses protobuf to encode and decode messages: https://protobuf.dev/
see golang implementation in https://pkg.go.dev/google.golang.org/protobuf

*obs: acho q protobuf para encodar e decodar cada pacote nao foi uma boa ideia*

## Protocol

The protocol are divided in two sections, first byte is reserved to the packet identification byte, next bytes are reserved for data.
Expand Down

0 comments on commit 4c52386

Please sign in to comment.