Conversation
|
Adjusted description as I added JSON import and some additional UI changes |
|
I've just realized when willing to change the source of m8.json, the following code is executed as if configUrl were empty. Debugging you see that configUrl is the URL introduced in the form. but In the following piece of code From SettingsActivity.kt - lines around 220 |
@jordijoangimenez Thanks, not quite sure what you mean here. I tried loading an
Switching between the content sources also updated the entries in the landing page for me. |
|
Question. Is this intended to be the m8json or the app metadata? I was trying to get m8 |
|
If that URL is metadataUrl than I was mixing up with m8Url |
|
Got it! My bad. |


This is a new UI for demonstration of 5GMS at MWC. It is mainly AI generated and the functionality is not yet fully tested. I am adding this as a draft PR for now while checking together with @jordijoangimenez if we can use this for MWC.
The core functionality of the 5GMS Aware application is untouched. It requires an additional
metadata.jsonfile with information about the content and the corresponding poster images. The mapping between entries from them8.jsonand themetadata.jsonis currently being done via the name.The input file to bootstrap the application is now a JSON configuration file that is bundled with the application:
{ "sources": [ { "name": "Docker", "m8Url": "http://192.168.178.56/m8.json", "metadataUrl": "http://192.168.178.56/metadata.json" } ] }However it is also possible to load a JSON configuration file from webserver via the settings