Skip to content

Commit

Permalink
Add Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Apr 5, 2023
1 parent 02df63e commit 5b912f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Readme.md
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.
2 changes: 1 addition & 1 deletion express-mock-af/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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 Servce Access Information to the data that
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.
Expand Down

0 comments on commit 5b912f5

Please sign in to comment.