I want to use the Python: How to configure the JSON file to ld.open_session('platform.rdp'). I attempted to create a platform session (platform.ldp), but I couldn't get it to work because I dont know my Deployed host and DACS ID - where can I get this?
"sessions": {
"default": "platform.ldp",
"platform": {
"ldp": {
"app-key": "f6bfc703497749ce91a4ef06254ee94b5619dc4d",
"username": "anca.oltean@ntnu.no",
"password": "PASS"
},
"deployed": {
"app-key": "f6bfc703497749ce91a4ef06254ee94b5619dc4d",
"realtime-distribution-system": {
"url" : "YOUR DEPLOYED HOST:PORT GOES HERE!",
"dacs" : {
"username" : "YOUR DACS ID GOES HERE!",
"application-id" : 256,
"position" : ""
}
}
}
},