jeffbass / yin-yang-ranch

Distributed Computer Vision Software & Raspberry Pis to help manage a farm
MIT License
90 stars 21 forks source link

commhub #6

Closed vkuehn closed 3 years ago

vkuehn commented 3 years ago

Hi,

is that still active ? If so where to do you work on the commhub stuff ?

From your screenshot it looks like it is already working ?!?

jeffbass commented 3 years ago

I have had the prototype librarian and commhub working for about 3 years. The SMS texting comm agent uses a Google Voice telephone number (and the Gmail API) for receiving and sending the SMS texts shown in the example. There is also a simple terminal CLI query comm agent. They are simple prototypes, but may be helpful as an example. I'll upload the Python code later this week.

jeffbass commented 3 years ago

Hi @vkuehn,

I pushed the librarian-prototype to this repository. It contains the code for the commhub and the code I use to send / receive SMS texts using a Google Voice phone number via the Gmail API. The code is in the librarian-protype folder. The documentation is here.

vkuehn commented 3 years ago

excellent, Thanks for that