Asked — Edited
Resolved Resolved by DJ Sures!

Http_Server - As A Static Webpage?

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


ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

PRO
USA
#17  

@DJ,

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 ...

#18  

HAH! You guys kinda did, but it is ok!

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.

#19  

@Wayne

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

#20  

Correct, you are correct.

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.

User-inserted image

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.

User-inserted image

PRO
Synthiam
#21  

You can use the custom http server for that.

#22  

@DJ

Thank You, is there any help you can provide with using the HTTP_Custom Server?

#23  

Is your project posted to the cloud? If not can you post or attach it? I think this should be pretty easy to do, but I need to dig into your variables and stuff.

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

#24  

crud.. I just lost post I had typed when my phone rang and I got distracted and accidentally closed my browser.

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