To automatically take data of all interfaces like ADC, Audio, Enternet, Camera etc save to file and later replay them
by Nagesh_accord from LinuxQuestions.org on (#6KRN5)
Hi All,
I want to develop an application( may be a automated script which executes by default on boot up ) which takes backup of all the running live data( logs data in to files) on the various interfaces( like ethernet, ADA, Audio, camera, wifi, etc..... ) on my single-board-computer which is running on embeddedlinux ( may be Debian, ubunutu etc). - THis is first step of my project.
Later I should be able to replay all this data later for offline analysis.( that is later step)
Also this application will be further extended as TrueNAS application where I should be able to transfer this data to other units over the network and similarly able to receive the data from other units over the network. ( this is much more later step).
Please provide some guidance with some documentation / working sample python programs/script/etc first step for how to take live back of all the interfaces on my SBC
I want to develop an application( may be a automated script which executes by default on boot up ) which takes backup of all the running live data( logs data in to files) on the various interfaces( like ethernet, ADA, Audio, camera, wifi, etc..... ) on my single-board-computer which is running on embeddedlinux ( may be Debian, ubunutu etc). - THis is first step of my project.
Later I should be able to replay all this data later for offline analysis.( that is later step)
Also this application will be further extended as TrueNAS application where I should be able to transfer this data to other units over the network and similarly able to receive the data from other units over the network. ( this is much more later step).
Please provide some guidance with some documentation / working sample python programs/script/etc first step for how to take live back of all the interfaces on my SBC