开发者

Need to control some device via Wi-Fi using C#

开发者 https://www.devze.com 2022-12-18 19:43 出处:网络
I am working on an application that needs to control another device. This control should be using Wi-Fi.

I am working on an application that needs to control another device.

This control should be using Wi-Fi.

How can this be done in C#?

Important to know that the other device I want to make it.

I can afford the part of making and design but how to make it connect to PC using Wi-Fi?

I don't know about it.

I just need a key to start searching or s开发者_开发百科ome thing similar.


Connecting over Wi-Fi could be as easy as opening a socket on the server, and another on the client, and start streaming data. Of course this if both devices are compatible and has Wi-Fi receivers. Just think of them as two computers connected with a wire, or without a wire they will just behave the same.

The connection protocol will care about doing the magic of converting what you write on the socket, into RF signals received from the other device and converted back to bytes.

But if you are building your own antenna/receiver/protocol ... then things will be much more complicated.


If you have to ask then you're probably going to want a single board computer. Popular choices are:

  • gumstix
  • Zii EGG
  • nwg100 by Atmel
  • (XBee) --not too sure about these, I haven't used.

You can install a network stack and everything on them.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号