Skip to content

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.

Any message to the Omega will be ignored until Identification.

{
"type": "identification",
"data": {
"omikron": "<omikron-id>",
}
}
{
"type": "challenge",
"data": {
"public_key": "<omegas public key>",
"challenge": "<random encrypted b64 string>"
}
}
{
"type": "challenge_response",
"data": {
"challenge": "<decrypted b64 string>",
}
}
{
"type": "identification_response",
"data": {
"accepted": boolean,
}
}