I am wishing to move a configuration file for Azure Sphere. Naturally SCP over SSH would work nicely. Can anyone direct me to a solution? I will have to modify the file sometimes depending on the layout of the equipment in use.
Thanks.
I am wishing to move a configuration file for Azure Sphere. Naturally SCP over SSH would work nicely. Can anyone direct me to a solution? I will have to modify the file sometimes depending on the layout of the equipment in use.
Thanks.
move file into module?
module have "ssh" ( not sure for protocol over 443 ) only over "usb" ... you can pack files on compilation
I was think based on your notes and comments, there is a real Linux file system. My wish is to move into /home/???? a file that has details like configuration to drive my code. IE changing the configuration could say interrogate a sensor 10 times and hour or 20 time an hour. That way limiting the the program re compiles to real logic changes and not silly parameter changes.
I am up for another way if it makes more sense.
File System is real but is controled ( firewall ) from Pluton subsytem ... I dont know ( for now ) how to write file ... Pluton is as "dongle" ... hardware "sudo"
There is MutableStorage for user ( not explored from me - this days I will )
This is file in user root folder with permition for write
"home" folder is: /mnt/apps/GUID_FROM_APP_MANIFEST/ ....
By default you not have access to function open() but have API for opening this MutableFile
This days will explore ....
File System is real but is controled ( firewall ) from Pluton subsytem ... I dont know ( for now ) how to write file ... Pluton is as "dongle" ... hardware "sudo"
There is MutableStorage for user ( not explored from me - this days I will )
This is file in user root folder with permition for write
"home" folder is: /mnt/apps/GUID_FROM_APP_MANIFEST/ ....
By default you not have access to function open() but have API for opening this MutableFile
This days will explore ....