Sébastien Gallou
Sébastien Gallou
Hi, I tried to enable ssh by default from a custom plugin, so I added this in my postinst script : ~~~bash touch /boot/ssh ~~~ But after write image on...
Just a very small fix to the readme about the wifi-cfg call.
[Boost 1.75](https://www.boost.org/users/history/version_1_75_0.html) introduced a [new Library dedicated to JSON](https://www.boost.org/doc/libs/1_75_0/libs/json/doc/html/index.html). Do you plan to add it in your benchmark ?
When installing Yadoms using Windows installer, sometimes end of install pops a crash Window, but all is well installed and Yadoms is correctly running (open 127.0.0.1:8080 in browser give thes...
!!! Need notification center !!! When a new serial port is detected, prompt user (in notification center) for compatible plugins already installed or not (install it if needed)
!!! Need notification center !!! When a new serial port is detected, prompt user (in notification center) for compatible plugins (among already installed plugins)
Provide a way to plugin to describe an serial port filtering schema to restricts serial ports list proposed to user, to only compatible serial ports. Limited to USB-serial adapter ports....
Save all data associated to a serial port to be able to retrieve it after reconnection : - If physical serial port, just save the serial port name ("tty2", "COM2")...
At machine startup, Linux attributes serial ports links ttyXXX in a mysterious order. The consequence is for example that a peripheral previously connected to ttyUSB1 can be connected to ttyUSB0...
The objective is to limit writes on the SDCard (Pi). New acquisitions should be cached, and writes to disk(sdcard) should be delayed (once per hour ?). This function should be...