Hyper Open Edge Cloud

How To Use eNB / gNB Websocket (Amarisoft GUI and API)

How To Use eNB / gNB Websocket (Amarisoft GUI and API)
  • Last Update:2025-05-02
  • Version:001
  • Language:en

All eNB and gNB services publishes the Amarisoft websocket API on a public link accessible anywhere in the world through our Worldwide CDN.

This tutorial will show you how to use this API.

Find the Websocket Informations

Go to your eNB or gNB service and scroll to the connection parameters:

Using Amarisoft GUI

  • Go to https://tech-academy.amarisoft.com/web-gui/
  • Click on "Server"
  • In "Address", enter your websocket hostname, then the websocket port in the following field
    • For versions older than 1.0.412 the hostname is missing "/websocket" after the hostname and you need to add it, it should be softinstXXX.host.vifib.net/websocket and not softinstXXX.host.vifib.net
  • Check "SSL"
  • Click Create
  • You can then follow this tutorial: https://tech-academy.amarisoft.com/RemoteAPI.html

Using the websocket API through a python script

You can checkout our example python scripts for interacting with the Amarisoft API: https://lab.nexedi.com/nexedi/amarisoft-python-api

You may also follow this tutorial: https://tech-academy.amarisoft.com/RemoteAPI_Python.html