- Thu Nov 27, 2014 12:44 pm
#3391
zz9pa wrote:If you're adding bits
Linked from that onewire library is :
http://www.pjrc.com/teensy/td_libs_IRremote.html
Is there any chance of getting something like that included ? (if you're taking requests!)
(One of my goals for playing with the esp8266 is to get some IR proxying over the internet working -ie. receive IR on one board - relay it, and fire it out of another)
If you implement it yourself and send a pull-request - I'll gladly merge.
I've still got a huge todo list for frankenstein.
Namely, console subsystem needs refactoring. When done right we'll be able to use telnet to connect to frankenstein shell instead of only uart. Afterwards - UART/TCP bridge mode. Will be pretty simple to implement, after refactoring's done. Next will properly be either embedded lua (if nodemcu guys won't open up, which I doubt they will. Not being open screws up pretty much the whoe idea of their firmware. Weird folk.) or mysql-client, which was my original plan for frankenstein. I wanted a way to just run mysql queries on a database via uart.