PNS Sending HTTP posts

pworboys

New Member
Just wondering if it is possible for the PNS to "SEND" http posts when certain events happen on the microcontroller. Example: Sentting up a burgular alarm, the PNS will send a http post enquiry to a remote server to send an SMS Text message. In this mode the PNS would act as a http client
 

Technical

Technical Support
Staff member
No, the PNS is a server, only responding to requests.

However it is a pretty simple task to get a conventional (computer) server to monitor the PNS by requesting a variable value from the PNS (using HTTP GETs) and then generating the SMS when the variable value changes.
 
Top