Skip to content

A Python Kafka toolkit intended for transfering serial data from an arduino.

License

Notifications You must be signed in to change notification settings

fantoms/psychic-octo-spork

Repository files navigation

psychic-octo-spork

A Python Kafka toolkit intended for transfering serial data from an arduino.

Weather-Data Requirements:

Python 3
Python Kafka : https://kafka-python.readthedocs.org/en/master/install.html
Python Serial
Python asyncio
Python concurrent

Moisture-Data Requirements:

Python 2
Python SMBus
Python Kafka : https://kafka-python.readthedocs.org/en/master/install.html

How to configure "systemconfig":

kafka_hostname = 'ip or host address'
kafka_port = 'port number'
kafka_connection = kafka_hostname + ":" + kafka_port
system_id = 'any string id like: 0001'
local_data_dir = '/home/user/path/' #mind the last slash

Please note: developers of this project must add *systemconfig.py* to the .git/info/exclude file.

About

A Python Kafka toolkit intended for transfering serial data from an arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages