An open API service indexing awesome lists of open source software.

https://github.com/johanrhodin/amqptemp

Send temperature data from RasPi to CloudAMQP via Elixir
https://github.com/johanrhodin/amqptemp

cloudamqp elixir-lang rabbitmq

Last synced: 2 months ago
JSON representation

Send temperature data from RasPi to CloudAMQP via Elixir

Awesome Lists containing this project

README

        

# Amqptemp

This project needs the `AMQP` elixir library and an environment variable: `CLOUDAMQP_URL`

To run: `mix run main.exs`
or `export CLOUDAMQP_URL=amqps://...`
`mix run recieve.exs/` to test.

You can also set it up as a cronjob with `crontab -e`
Should rewrite as a loop instead