tomp2p / TomP2P

A P2P-based high performance key-value pair storage library
http://tomp2p.net
Apache License 2.0
438 stars 122 forks source link

Protocol specification for iOS #137

Closed virl closed 7 years ago

virl commented 7 years ago

I'm planning to use TomP2P with iOS clients.

Is there protocol specification so I will be able to implement iOS client for TomP2P?

tbocek commented 7 years ago

There is currently no protocol specification in a separate document, just the code and its comments, e.g. the protocol header spec is here: https://github.com/tomp2p/TomP2P/blob/master/core/src/main/java/net/tomp2p/message/MessageHeaderCodec.java