wireless ad hoc application c#

后端 未结 1 1796
难免孤独
难免孤独 2021-01-26 10:29

i try the write c# application that for now will send some string between 2 computer by ad-hoc network

i search for some example or article, but no found.

can

1条回答
  •  长情又很酷
    2021-01-26 11:08

    Sending data between two computers on a wireless ad-hoc network should no different to sending data between two computers on a wired lan. You should be able to use the machines hostname or IP address and connect in the same way you would if it was not a wireless ad-hoc network.

    0 讨论(0)
提交回复
热议问题