Example projects that make use of other 5G-MAG repositories or provide additional functionality to test and implement new features for 5GMS.
Additional information can be found at: https://5g-mag.github.io/Getting-Started/pages/5g-media-streaming/
This project provides a docker-compose setup to run the 5GMS Application Function and the 5GMS Application Server components in a local container environment. The setup includes Docker files for the Application Function and the Application Server. In addition, it includes a Docker Compose file to connect the two components. The configuration files included in this project can be edited on the host machine and are mounted to the respective Docker container during runtime.
Information can be found here.
This project provides a very simple HTTP server that implements two routes.
The first route m8.js
is used to return
information about the available services and the available base URL to the 5GMS Application Function. The 5GMS-Aware
Application uses this route as M8 interface.
The second route service-access-information.js
provides the corresponding Service Access Information to the data that
is returned via M8.
This server is intended to be used for development when static responses are enough to implement or test a new feature.
Information can be found here.