Both for experimentation and operation we'll need to control behavior of a node; exemplary controls are:
The early demos in diondokter/nrf-modem#52 do this by hardcoding and defmt; Nordic's dect_shell does this through a shell; my preferred approach is a CoAP server (as that will also allow secure remote access easily), possibly aided by the Jelly shell.
Both for experimentation and operation we'll need to control behavior of a node; exemplary controls are:
The early demos in diondokter/nrf-modem#52 do this by hardcoding and defmt; Nordic's dect_shell does this through a shell; my preferred approach is a CoAP server (as that will also allow secure remote access easily), possibly aided by the Jelly shell.