Argh.
Ok. Background: I am an intern at radical media. It is a fun internship, I have learned flash programming and broke an enormous mirror. Anyway, I am working on a project to control a USB missile launcher.
Here is the structure:
Linux system running inside parallels on a mac, called missile-launcher
missile-launcher runs my modifications of this program. My modifications change the way the network portion work to use a tcp system. This program is missile.py.
On another server, missilecommand, there is MissileControl.swf, which is a flash program that talks to missile.py on missile-launcher. MissileControl works nicely, however, next week, I am going to make it have a lock system, so only one person at a time will be able to control it. I still have to think about how to do this though.
I’ve also been tasked with writing an iPhone app to control this thing. I tried to do it as a web app, but javascript doesn’t do sockets, afaik. Oh well. I am going to have to learn objective-C.
Anyway, I was trying to use a python program called orbited to make a javascript socket proxy, but it doesn’t seem to work. Maybe I am not doing it right, maybe it doesn’t work the way I need it too. Now I have a headache from this.
comments