【问题标题】:Can the netduino board send and receive directly to and from my appharbor app?netduino 板可以直接向我的 appharbor 应用程序发送和接收吗?
【发布时间】:2012-01-12 23:45:05
【问题描述】:

您好,我想将数据从我的 netduino 板直接发送到我在 appharbor 上托管的应用程序,我找不到任何示例。我可能问错了问题,如果是这样,谢谢你的耐心。 :)

【问题讨论】:

    标签: appharbor netduino


    【解决方案1】:

    This post 提供有关如何从 .NET Micro Framework 应用程序发送 http 请求的资源。如果您从开发板上发送 JSON,您可以在 AppHarbor 上的 ASP.NET MVC 3 操作中接收。这个问题有一个例子:Receive JSON from external server, parse it and save it to local database with MVC2

    【讨论】:

    • 你好,谢谢你的回答,有没有一个例子说明我如何让 appharbor 接受来自设备的数据。
    • 你可以在 AppHarbor 端做任何你想做的事。我会从板上发送 JSON 并接收一个 ASP.NET MVC 3 操作。这里有一个例子:stackoverflow.com/questions/5922206/…
    【解决方案2】:

    http://netduinohacking.blogspot.com/ 有一个很好的例子。

    【讨论】:

    • 它是一个很好的代码库,但它实际上不允许您直接发送请求,而只是对传入请求的响应。 +1
    猜你喜欢
    • 2019-09-15
    • 1970-01-01
    • 2015-03-01
    • 2012-01-19
    • 1970-01-01
    • 2022-11-02
    • 1970-01-01
    • 2012-02-05
    • 1970-01-01
    相关资源
    最近更新 更多