You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to export GPIO and other pseudo file systems with our implementation of drivers we would need to use inotify. It should be used when new files are generated by GPIO when interaction with a specific pin is enabled.
Lightning-rod should understand that new files have been generated and it should automatically export them to be used remotely.
Probably it is better to implement a white list within the JSON file containing the structure of the file system so that some files are actually exported while some other are ignored.
The text was updated successfully, but these errors were encountered:
In order to export GPIO and other pseudo file systems with our implementation of drivers we would need to use inotify. It should be used when new files are generated by GPIO when interaction with a specific pin is enabled.
Lightning-rod should understand that new files have been generated and it should automatically export them to be used remotely.
Probably it is better to implement a white list within the JSON file containing the structure of the file system so that some files are actually exported while some other are ignored.
The text was updated successfully, but these errors were encountered: