krontech / pychronos

Python bindings for the Chronos High Speed Camera
GNU General Public License v3.0
3 stars 2 forks source link

Network storage should be exposed through the API. #40

Open DDR0 opened 5 years ago

DDR0 commented 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'})

(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.

DDR0 commented 5 years ago

@jthco should have a working samba implementation in his dbusified version of camApp.