Hey all. I'm working on a IoT project with my Teensy 3.2. Its going pretty well, but I'm wondering if anyone knows of any good server-side software I should use.
I could just write some C code and throw it on my Apache sever... but I was hoping there are some open-source solutions for simple login/pass data post and retrieve.
Basically allow people to create a login, connect the Teensy to it (wifi/http), and allow it to log data to the site... Then, on a PC/Mobile device log in and see the logged data ( text notifications would be great too).
So far, just with some google searches... everything I found seemed drastically over complicated.
To the point, where I would probably rather code something myself.
Any ideas?
Thanks! -- Carl
I could just write some C code and throw it on my Apache sever... but I was hoping there are some open-source solutions for simple login/pass data post and retrieve.
Basically allow people to create a login, connect the Teensy to it (wifi/http), and allow it to log data to the site... Then, on a PC/Mobile device log in and see the logged data ( text notifications would be great too).
So far, just with some google searches... everything I found seemed drastically over complicated.
To the point, where I would probably rather code something myself.
Any ideas?
Thanks! -- Carl