WSS Endpoints
The Omega can be reached by HTTPS request from Client and Iota.
Omikron servers establish a Secure Websocket when booting.
This documentation is split into Omikron (WSS) and HTTPS.
Omikron
Section titled “Omikron”Identification
Section titled “Identification”Any message to the Omega will be ignored until Identification.
{ "type": "identification", "data": { "omikron": "<omikron-id>", }}REQ & RES:
Section titled “REQ & RES:”{ "type": "challenge", "data": { "public_key": "<omegas public key>", "challenge": "<random encrypted b64 string>" }}REQ & RES:
Section titled “REQ & RES:”{ "type": "challenge_response", "data": { "challenge": "<decrypted b64 string>", }}{ "type": "identification_response", "data": { "accepted": boolean, }}