-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# rt-5gms-examples | ||
|
||
Example projects that make use of other 5G-MAG repositories or provide additional functionality to test and implement | ||
new features. | ||
|
||
## FLUTE ffmpeg | ||
|
||
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 Application Function. The 5GMSd 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters