Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Listen to an IP WiFly

WiFly Listen

  • Please log in to reply
1 reply to this topic

#1 dtoth

dtoth

    New Member

  • Members
  • Pip
  • 6 posts

Posted 18 November 2013 - 09:00 PM

Hi!

Is there any way, to create a new WiFlySocket, where the hostname is an IP, and listen to it, (and after make something with the incoming data, like [color=rgb(43,145,175);]Socket[/color] clientSocket = _socket.Accept(); ) e.g.:

var _socket= new WiFlySocket("192.168.1.10", 12000, new WiFlyGSX());_socket.Listen();

I got here an InvalidOperationException :(



#2 dtoth

dtoth

    New Member

  • Members
  • Pip
  • 6 posts

Posted 18 November 2013 - 11:15 PM

I solved this! The problem was, that I don't used that WiFlyGSX instance, which I used to connect to the network. The socket.Listen() throws NotImplementedException as it isn't implemented in Toolbox.NETMF.NET :/ Any ideas how can I listen to a specific IP, waiting to some request (ofc via WiFlyGSX)? regards:      dtoth







0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.