Omnimaga

General Discussion => Technology and Development => Computer Projects and Ideas => Topic started by: Keoni29 on November 21, 2014, 01:30:07 pm

Title: eZ8 IRC bot
Post by: Keoni29 on November 21, 2014, 01:30:07 pm
I am writing a bot that will allow IRC users to take control of my eZ8 computer. The eZ8 computer will be hooked up to the serial port on my host machine and a node.js script will take care of relaying data from IRC to the eZ8.

Follow the progress here:
https://github.com/keoni29/ez8bot
Title: Re: eZ8 IRC bot
Post by: Sorunome on November 21, 2014, 04:29:52 pm
Sounds interesting! Will it be like that you input hex or something?
Title: Re: eZ8 IRC bot
Post by: Keoni29 on November 21, 2014, 05:53:18 pm
No, you cannot program it because it is a flash-based micro-controller and you could easily wear out the flash if someone were to spam the chat with code. You will be able to access the shell though.
Title: Re: eZ8 IRC bot
Post by: Juju on November 23, 2014, 08:44:54 pm
Well, that sounds pretty cool. Make it control some hardware or something?
Title: Re: eZ8 IRC bot
Post by: Eeems on November 24, 2014, 03:59:15 pm
As I mentioned on IRC, feel free to pull from https://github.com/Eeems/EeeZorBot/tree/re-org :)
Title: Re: eZ8 IRC bot
Post by: Keoni29 on November 24, 2014, 04:50:24 pm
Thanks, eeems :) I have taken a brief look at it. I don't quite understand how everything works yet, but I'm sure I'll figure out how to use it!
Title: Re: eZ8 IRC bot
Post by: Eeems on November 24, 2014, 04:59:22 pm
Thanks, eeems :) I have taken a brief look at it. I don't quite understand how everything works yet, but I'm sure I'll figure out how to use it!
Feel free to hit me up on IRC for an explanation of it sometime.
Title: Re: eZ8 IRC bot
Post by: Keoni29 on November 26, 2014, 03:46:48 am
A friend of mine has a cool scrolly LED sign. I'm gonna make the irc bot so it forwards messages to serial w/o modification, so he can display irc messages on the sign!