Posted: December 10 2002 at 21:12 | IP Logged
|
|
|
Paul,
You are correct in that you could use a PCAnywhere type of program. The best would be VNC because it's totally free!! You could run either the VNCViewer on the tablet or actually use a java applet via the browser to view the main PC. It would probably be fast enough even on the MMX 233.
As Tony suggested, you could also create the interface as a web page and access the main PC via a browser. This would require you to create your own web pages though since PowerHome does not replicate the Control Center via the internal web server yet. Im looking at how to do this so it may be available in the near future. Writing your own pages would not be difficult and might even be fun.
As Didi suggested, you could also put together a very simple VB frontend which could use either the Socket Server to communicate with PowerHome directly or use the Microsoft Internet Transfer Control ActiveX and have it communicate directly with the built-in web server to perform any valid PowerHome formula.
In the last couple of versions, support has been added into PowerHome so that it can be moved into a client / server type of app so that a main PC could be connected to the hard-wired controllers and a light-weight frontend could be executed on a client PC to directly control the server app. This is one of the reasons that the Socket Server has been integrated into PowerHome. Alas, Im still at least a couple of versions away from having this functionality available so you would have to brew your own at this time.
So, to sum up...you can use VNC to remotely control PowerHome. I would give this option a try and see what kind of response you get. You can get VNC from this link: http://www.uk.research.att.com/vnc/ .
You can whip up some web pages with the commands and layout you like. You would not even have to use PSP and could use simple HTML commands and call the ph-cgi sendkeys function.
Lastly, you could also put together a frontend using VB (or any other language) and control PowerHome via the Socket Server or the Internet Transfer Control.
Hope this helps,
Dave.
|