fluffos
fluffos copied to clipboard
PhoneHome functionality
FluffOS 3.0 should have send a HTTP POST with some basic information , OS/machine spec/version/compile flags etc to an central server, this will help with tracking releases and debug.
It seems libcurl is the best choice to implement this feature.
But it won't be done until next release now.
This feature should be optional in case people don't want information leaking from their privately compiled drivers to some central source without their permission.
For the same reason it should be default off...