
WayneA.
USA
Asked
— Edited

Good Morning,
I would like some assistance with the setting up the HTTP_Server Command - that points to a Virtual Desktop, that acts like a Static WebPage, Is this possible?
Thanks
Wayne
The problem is that Microsoft Windows is an operating system - but it also ships with software. It doesn't ship with enough software to make your PC entirely usable. Just enough so you need to install additional software, such and tightvnc for remote control.
The minute Microsoft begins to build features in Windows that deprecates 3rd part software development, suddenly they are a monopoly.
So yeah, while you may think it "sucks" that Microsoft Windows doesn't have all features - in reality it's creating jobs, careers and inspiring new inventions.
Where the breakdown is...
I agree with Microsoft, Apple, Google whatever company, is their operating system so if the company want's to explore a business opportunity not opening a free feature, is their call.
but in the end does not matter is always "money talks", because only money can pay salaries, innovate, charity etc.
Is like open source, people want free stuff, but someone needs to pay other people to work on open source.
Otherwise you will have cr*py software, people can't expect other people to work for free, or work on their free time to build quality software.
Regarding Microsoft monopoly wars, there are different sides of the coin, but the story repeats with different players, Apple, Google, whatever ...
I am going to have to assume that it is not possible to do what I originally asked.
Thanks, for the info and feed back.
Virtually anything is possible, just whether it is exists in the code today, or needs to be added, or an alternate method provided is the only question. So back to my initial request, if you can better describe what you are trying to do, we can do a better job staying on topic and finding a solution for you.
Alan
This goes back to my tower light project post. Another TV station is going to also monitor the lights. "I" will host the computer ARC is on. I have asked my networking staff to create a public address so the other TV station can the ARC interface. (The mobile Page.)
My plan was that when the other TV station when to the public address with the correct port that I assigned in the ARC with the HTTP_Server, all they would see is this.
But after working with the HTTP_Server you in essence "remote control" the program. My boss, at the time, thought that could be dangerous, in regards the other TV station would have access to our network. But, after showing him that was not the case he seemed be really cool about the fact that you could do that.
So, his thoughts were and mine also was, could the software have the option of just seeing the above Mobile Interface, and not the extra features such as the pic below.
Thank You, is there any help you can provide with using the HTTP_Custom Server?
You need to know a little html to use the custom web server, but since you explicitly don't want them controlling anything, just viewing, it should be fairly basic.
I have only played with it a little bit so I can't give step by step instructions without a little time to look at it.
Alan
Short version:
@DJ, can you provide a sample of the syntax for displaying a variable (preferably auto updating, if AJAX supports that, otherwise I can write HTML to auto-refresh the page every minute)? The HTTP custom sample and documentation just show how to do commands and display the camera.
Alternately, if that syntax doesn't exist, we could write a script that writes the variables to a file, and then some HTML that imports and displays from the file. Might be better running that under IIS or Apache where we have some web scripting available and can password protect the site since the HTTP Custom object has no security built in. That might go a little over my head to write, or at least to write quickly since I would need to do some research and barely have time to work on my own projects let alone other peoples, but we have smart people helping out here. Heck PTP could probably write you a plugin
Alan
Thank You very much.
Good Morning.
Here is the code that I wrote for the program.
Code:
Any and all help that could be done would be most appreciate.
I know in the other forum post the code was cleaned up by other users. I need to take the time and work on that.
Alan
Alan