SuadHus / Kademlia-lab

Kademlia implementetion using GO
MIT License
0 stars 0 forks source link

Refactor the first implementation of formatting network data #13

Closed jacomoel closed 1 month ago

jacomoel commented 1 month ago

The first implementation of passing data between nodes via the network currently have inconsistent string formatting, in the future we should not pass string but for the current development stage its ok, refactor the cases of sending all network messages to format and scan incoming data string in the same consistent way for all operation cases.