Can the netduino board send and receive directly to and from my appharbor app?

StackOverflow https://stackoverflow.com/questions/8874739

  •  16-04-2021
  •  | 
  •  

سؤال

Hi i would like to send data from my netduino board directly to my app that is hosted on appharbor, I couldn't find any examples. I may be asking the question wrongly, if so thanks for you patience. :)

هل كانت مفيدة؟

المحلول

This post has resources on how to send http reqeusts from .NET Micro Framework apps. If you send JSON from the board, you can receive in an ASP.NET MVC 3 action on AppHarbor. There's an example on this question: Receive JSON from external server, parse it and save it to local database with MVC2

نصائح أخرى

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top