StarWave 2 (yep, there is second version of it) it's a p2p protocol designed to be an indestructible method of data transmission over the internet and other networks.
The idea of the protocol is to ensure the transmission of data packets over other protocols and methods of data transmission, for example:
- You send data in a p2p network through websocket.
- The nodes of the network check for a connection to the required recipient and build a potential route dynamically.
- Let's assume that your recipient is not directly accessible to you and is located within the TOR network.
- The message is sent to a node that has a connection to the TOR network.
- The message is delivered to the recipient through the TOR network.
- If the recipient sends you a reply, it follows the same route but in the opposite direction.
A message in the StarWave protocol is a data structure that can contain arbitrary data transmitted over the StarWave network. This can include encrypted data, images, authorization keys, and text data.
You can read more about the message format in the Protocol Overview.