New functions using Telnet
Diogo
Posts: 65
Hi everyone,
I'm making one program for windows with a microsoft outlook installed, runs in background. The program now, send how many unread messages you have, when a new mail comes send the subject, sender, etc and makes popup in the touchpanel. By now I think is really useful, but I wanna add some new functions for this program. The problem is what more should I put? I don't have any idea, so guys I want some help from you.
I will probably put the program for download here, but first I need make a english version, I make an portuguese version, sorry.
Thanks,
I'm making one program for windows with a microsoft outlook installed, runs in background. The program now, send how many unread messages you have, when a new mail comes send the subject, sender, etc and makes popup in the touchpanel. By now I think is really useful, but I wanna add some new functions for this program. The problem is what more should I put? I don't have any idea, so guys I want some help from you.
I will probably put the program for download here, but first I need make a english version, I make an portuguese version, sorry.
Thanks,
0
Comments
Are you saying this is a Netlinx program?
it's a program that runs on systray, in times in times send information to central controller.
Why do you need to add the new functions? If you can't answer this question, there is really no point in moving forward...
Are you saying that a program running in the system tray keeps a connection to a Netlinx controller?
I think Diogo is looking for ideas as to other common information you might want to know about on a PC from the touch panel. The question is what information can be gathered by the PC program to share with the AMX processor?
I think grabbing a list of appointments for the day would be VERY nice. Also, any alerts from outlook would be nice.
Jeff
One thing is unclear for me though. Why to use telnet, if this can be done via server type IP connection on AMX side (module) and MAPI based application on Windows side? Any advantages?
Telnet is far simpler, for one thing.
Hmm, usually we keep telnet off on masters for security reasons... SSH though does not make any great difference for that case.
I like the idea of get appointments and alerts, and the best, it's possible.
Technically is possible get any information from the computer, just need a activex reference or component , I guess it's a better thing comparing using the computer control. Another thing, for example is control an Itunes or Windows media player library controlled by with a touch panel with an user friendly interface, but it already exists, one example is autonomic home. For who don't know about it I recommend check it out at http://www.autonomichome.com, really really amazing.
This would not be using the telnet to master option, this would be a program uses ip_server_open() and listen for a telnet connection on which ever port is specified. This "server" would only respond to commands that are programmed in the code.
or, you could use the PC as the server and use ip_client_open() on the AMX processor
Jeff
hum, this gonna solve some persistent problems in my PC application,