<?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 receiver propreties]]></title><description><![CDATA[<p dir="auto">Hi every one</p>
<p dir="auto">I m trying to use the Http receveir data source for getting data, for my test i m using Google maps API example but nothing happens  (Google for API developers : <a href="https://developers.google.com/maps/documentation/geocoding/intro#GeocodingResponses" rel="nofollow ugc">https://developers.google.com/maps/documentation/geocoding/intro#GeocodingResponses</a> )</p>
<p dir="auto">i setted my point URL as : <a href="https://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View/httpds" rel="nofollow ugc">https://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View/httpds</a></p>
<p dir="auto">How can i do for getting the "lat" value for example</p>
<p dir="auto">Here is the XML respond from google API</p>
<p dir="auto">{<br />
"results" : [<br />
{<br />
"address_components" : [<br />
{<br />
"long_name" : "1600",<br />
"short_name" : "1600",<br />
"types" : [ "street_number" ]<br />
},<br />
{<br />
"long_name" : "Amphitheatre Pkwy",<br />
"short_name" : "Amphitheatre Pkwy",<br />
"types" : [ "route" ]<br />
},<br />
{<br />
"long_name" : "Mountain View",<br />
"short_name" : "Mountain View",<br />
"types" : [ "locality", "political" ]<br />
},<br />
{<br />
"long_name" : "Santa Clara County",<br />
"short_name" : "Santa Clara County",<br />
"types" : [ "administrative_area_level_2", "political" ]<br />
},<br />
{<br />
"long_name" : "California",<br />
"short_name" : "CA",<br />
"types" : [ "administrative_area_level_1", "political" ]<br />
},<br />
{<br />
"long_name" : "United States",<br />
"short_name" : "US",<br />
"types" : [ "country", "political" ]<br />
},<br />
{<br />
"long_name" : "94043",<br />
"short_name" : "94043",<br />
"types" : [ "postal_code" ]<br />
}<br />
],<br />
"formatted_address" : "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA",<br />
"geometry" : {<br />
"location" : {<br />
"lat" : 37.4224764,<br />
"lng" : -122.0842499<br />
},<br />
"location_type" : "ROOFTOP",<br />
"viewport" : {<br />
"northeast" : {<br />
"lat" : 37.4238253802915,<br />
"lng" : -122.0829009197085<br />
},<br />
"southwest" : {<br />
"lat" : 37.4211274197085,<br />
"lng" : -122.0855988802915<br />
}<br />
}<br />
},<br />
"place_id" : "ChIJ2eUgeAK6j4ARbn5u_wAGqWA",<br />
"types" : [ "street_address" ]<br />
}<br />
],<br />
"status" : "OK"<br />
}</p>
]]></description><link>https://forum.mango-os.com/topic/2262/http-receiver-propreties</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 00:35:11 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2262.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 May 2016 09:36:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HTTP receiver propreties on Fri, 20 May 2016 15:23:38 GMT]]></title><description><![CDATA[<p dir="auto">You may find this forum thread useful: <a href="http://infiniteautomation.com/forum/topic/2187/how-to-use-publishers-http-sender/3" rel="nofollow ugc">http://infiniteautomation.com/forum/topic/2187/how-to-use-publishers-http-sender/3</a></p>
]]></description><link>https://forum.mango-os.com/post/11688</link><guid isPermaLink="true">https://forum.mango-os.com/post/11688</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Fri, 20 May 2016 15:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP receiver propreties on Fri, 20 May 2016 09:14:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks phildunlap,</p>
<p dir="auto">i have tried with success your suggestion</p>
<p dir="auto">As a beginner Im experimenting now the HTTP publisher in order to send my data to the "Datastore" storage service of Google Cloud, they give a RESTful interface for these application.</p>
<p dir="auto">but first i didn't find a complete documentation in how mango's publisher works</p>
<p dir="auto">then i have difficulties to make request for storing my datas, the storage by API REST seems required a double request, one for the authentification and another one for the request.</p>
<p dir="auto">Thanks you for any help</p>
]]></description><link>https://forum.mango-os.com/post/11682</link><guid isPermaLink="true">https://forum.mango-os.com/post/11682</guid><dc:creator><![CDATA[Amir MEKHALDI]]></dc:creator><pubDate>Fri, 20 May 2016 09:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP receiver propreties on Wed, 18 May 2016 14:12:33 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your reply,</p>
<p dir="auto">i will try it soon</p>
]]></description><link>https://forum.mango-os.com/post/11673</link><guid isPermaLink="true">https://forum.mango-os.com/post/11673</guid><dc:creator><![CDATA[Amir MEKHALDI]]></dc:creator><pubDate>Wed, 18 May 2016 14:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to HTTP receiver propreties on Wed, 18 May 2016 14:08:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi Amir,</p>
<p dir="auto">Do you mean the Http Retriever? The Retriever gets a URL and runs Regex on the page returned, while the Receiver is waiting for specifically formatted messages to be sent to it.</p>
<p dir="auto">If so, the data point configuration you're looking for may be something like...</p>
<pre><code>Data type: Numeric
Value RegEx: "lat"[^\d]*(\d+[.]?\d*)
Value Capture Group: 1
</code></pre>
]]></description><link>https://forum.mango-os.com/post/11672</link><guid isPermaLink="true">https://forum.mango-os.com/post/11672</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 18 May 2016 14:08:23 GMT</pubDate></item></channel></rss>