<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Http sender]]></title><description><![CDATA[<p dir="auto">how do I send the graphical data point content to a http?<br />
What do I need, what i need to do?</p>
]]></description><link>https://forum.mango-os.com/topic/736/http-sender</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 00:13:06 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/736.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Feb 2011 10:17:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Http sender on Tue, 08 Feb 2011 13:57:32 GMT]]></title><description><![CDATA[<p dir="auto">Talking about "Http Sender", I have developed an OPC Server able to accept incomming HTTP messages from various Mango stations and make those values available to other SCADA systems.<br />
If you want more info please send me a PM.</p>
]]></description><link>https://forum.mango-os.com/post/5382</link><guid isPermaLink="true">https://forum.mango-os.com/post/5382</guid><dc:creator><![CDATA[zumiani]]></dc:creator><pubDate>Tue, 08 Feb 2011 13:57:32 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Tue, 08 Feb 2011 09:52:04 GMT]]></title><description><![CDATA[<p dir="auto">That's it, you are almost there.</p>
<p dir="auto">Actually I think (not sure) you can use the unique ID as a graphical view ID, but if have not changed it should look like <strong>GV</strong>_123456.</p>
<p dir="auto">Anyway, you can also find (and it works) the graphical view ID by acessing it from your Mango instance and looking at the URL of your browser. You'll see something like <a href="http://192.168.1.16:8080/mango/views.shtm?**viewId=1" rel="nofollow ugc">http://192.168.1.16:8080/mango/views.shtm?**viewId=1</a>**</p>
<p dir="auto">BR</p>
]]></description><link>https://forum.mango-os.com/post/5371</link><guid isPermaLink="true">https://forum.mango-os.com/post/5371</guid><dc:creator><![CDATA[fmunhoz]]></dc:creator><pubDate>Tue, 08 Feb 2011 09:52:04 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 19:49:51 GMT]]></title><description><![CDATA[<p dir="auto">thats all?<br />
is yourviewID the garafical view id?</p>
<p dir="auto">finaly i realized i have to look in html sourcecode<br />
on <a href="http://mango.serotoninsoftware.com/test/public_view.htm?viewId=36" rel="nofollow ugc">http://mango.serotoninsoftware.com/test/public_view.htm?viewId=36</a></p>
<p dir="auto">the html-sourcecode of this page tells me alot...but...is this created manualy or automaticly...if auto...how?</p>
<p dir="auto">is this view id same as garfical view id (like GV_315732) in mango</p>
<p dir="auto">the http-internet-site, who accesing the mango data, has to run on the same webserver as mango?</p>
<p dir="auto">edit: <a href="http://192.168.1.16:8080/mango/public_view.htm?viewId=DS_475636" rel="nofollow ugc">http://192.168.1.16:8080/mango/public_view.htm?viewId=DS_475636</a></p>
<p dir="auto">results in: ???publicView.notFound???</p>
]]></description><link>https://forum.mango-os.com/post/5366</link><guid isPermaLink="true">https://forum.mango-os.com/post/5366</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Mon, 07 Feb 2011 19:49:51 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 18:40:48 GMT]]></title><description><![CDATA[<p dir="auto">First create the graphical view you want to share.<br />
Then set its properties to be public acessible: "Anonymous access" must be "read" or "set".</p>
<p dir="auto">Then use code below and adjust it to fit to your needs, something like src=<strong><a href="http://yourdomain.com" rel="nofollow ugc">yourdomain.com</a></strong>/public_view.htm?viewId=<strong>yourviewID</strong></p>
<pre><code>
&lt;div style="position:relative;width:80px;height:150px"&gt;
&lt;iframe frameBorder="0" style="position:absolute;width:450px;height:300px" scrolling="no" allowTransparency="true"
        src="http://mango.serotoninsoftware.com/test/public_view.htm?viewId=3"&gt;&lt;/iframe&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/5365</link><guid isPermaLink="true">https://forum.mango-os.com/post/5365</guid><dc:creator><![CDATA[fmunhoz]]></dc:creator><pubDate>Mon, 07 Feb 2011 18:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 18:20:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fmunhoz" aria-label="Profile: fmunhoz">@<bdi>fmunhoz</bdi></a> said:</p>
<blockquote>
<p dir="auto">If you want just to share the information in other site (like a panel or frame) you may use public views.</p>
<p dir="auto">BR</p>
</blockquote>
<p dir="auto">thats it :)</p>
<p dir="auto">where are public views...how i do that (there are documents to read?)</p>
]]></description><link>https://forum.mango-os.com/post/5364</link><guid isPermaLink="true">https://forum.mango-os.com/post/5364</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Mon, 07 Feb 2011 18:20:16 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 17:29:30 GMT]]></title><description><![CDATA[<p dir="auto">You'll need an HTTP receiver listening for your publisher connection.</p>
<p dir="auto">So, publishers are often used to create redundant servers or to feed another system with your data.</p>
<p dir="auto">If you want just to share the information in other site (like a panel or frame) you may use public views.</p>
<p dir="auto">BR</p>
]]></description><link>https://forum.mango-os.com/post/5363</link><guid isPermaLink="true">https://forum.mango-os.com/post/5363</guid><dc:creator><![CDATA[fmunhoz]]></dc:creator><pubDate>Mon, 07 Feb 2011 17:29:30 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 17:03:05 GMT]]></title><description><![CDATA[<p dir="auto">simply send my datapoints to hattp site with publisher.</p>
<p dir="auto">what precautions should I do with the targetpage</p>
]]></description><link>https://forum.mango-os.com/post/5362</link><guid isPermaLink="true">https://forum.mango-os.com/post/5362</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Mon, 07 Feb 2011 17:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 10:23:14 GMT]]></title><description><![CDATA[<p dir="auto">Not sure about what you are trying to do, but</p>
<p dir="auto">If you are trying to get an image available on internet take a look at HTTP Image data source.</p>
<pre><code>the data source requests information from HTTP-enabled devices, 
and then saves the images to a protected area of the file system
</code></pre>
<p dir="auto">If you are trying to accept data delivered to the system using HTTP GET or POST methods take a look at HTTP receiver data source.</p>
<p dir="auto">Instead if you are trying to send data from Mango take a look at Publishers.</p>
<p dir="auto">BR</p>
]]></description><link>https://forum.mango-os.com/post/5360</link><guid isPermaLink="true">https://forum.mango-os.com/post/5360</guid><dc:creator><![CDATA[fmunhoz]]></dc:creator><pubDate>Mon, 07 Feb 2011 10:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Mon, 07 Feb 2011 08:51:03 GMT]]></title><description><![CDATA[<p dir="auto">please help me...dont irgnore :)</p>
<p dir="auto">how i reseive mangodata with my targetpage? ()</p>
]]></description><link>https://forum.mango-os.com/post/5359</link><guid isPermaLink="true">https://forum.mango-os.com/post/5359</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Mon, 07 Feb 2011 08:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Fri, 04 Feb 2011 22:34:24 GMT]]></title><description><![CDATA[<p dir="auto">There is a  documentation?<br />
what i need to do with my http to receiving mango data?<br />
like the example on mango homepage.</p>
]]></description><link>https://forum.mango-os.com/post/5339</link><guid isPermaLink="true">https://forum.mango-os.com/post/5339</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Fri, 04 Feb 2011 22:34:24 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Wed, 02 Feb 2011 22:31:46 GMT]]></title><description><![CDATA[<p dir="auto">I would  like to know how I integrate  the data of mango  in a HTTP</p>
]]></description><link>https://forum.mango-os.com/post/5327</link><guid isPermaLink="true">https://forum.mango-os.com/post/5327</guid><dc:creator><![CDATA[huexit]]></dc:creator><pubDate>Wed, 02 Feb 2011 22:31:46 GMT</pubDate></item><item><title><![CDATA[Reply to Http sender on Wed, 02 Feb 2011 15:27:45 GMT]]></title><description><![CDATA[<p dir="auto">"Graphical"? Not sure what you are trying to do.</p>
]]></description><link>https://forum.mango-os.com/post/5325</link><guid isPermaLink="true">https://forum.mango-os.com/post/5325</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Wed, 02 Feb 2011 15:27:45 GMT</pubDate></item></channel></rss>