Open DDR0 opened 5 years ago
Since it is entirely reasonable to want to configure the hypothetical "camera on the roof" with a new remote storage location, the samba shares configuration should to be exposed through the API.
Proposed Interface: testNetworkStorage(address: str, user: str, password: str) set({networkInterfaceAddress: 'z', networkInterfaceUser: 'y', networkInterfacePassword: 'z'})
testNetworkStorage(address: str, user: str, password: str)
set({networkInterfaceAddress: 'z', networkInterfaceUser: 'y', networkInterfacePassword: 'z'})
(note: This will be used to complete src/screens/storage.py:testNetworkStorage, which currently holds a sample implementation.)
src/screens/storage.py:testNetworkStorage
CR14-189) has been put on hold pending resolution of this ticket.
@jthco should have a working samba implementation in his dbusified version of camApp.
Since it is entirely reasonable to want to configure the hypothetical "camera on the roof" with a new remote storage location, the samba shares configuration should to be exposed through the API.
Proposed Interface:
testNetworkStorage(address: str, user: str, password: str)
set({networkInterfaceAddress: 'z', networkInterfaceUser: 'y', networkInterfacePassword: 'z'})
(note: This will be used to complete
src/screens/storage.py:testNetworkStorage
, which currently holds a sample implementation.)CR14-189) has been put on hold pending resolution of this ticket.