Re: What port should I choose to run the SocketTextStreamWordCount sample

2016-01-12 Thread Prez Cannady
Thanks. That summed it up nicely. I’m able to move forward now. Prez Cannady e: revp...@enerscore.com p: 617 500 3378 w: http://www.enerscore.com/ d: http://demo2.enerscore.com/#/ > On Jan 12, 2016, a

Re: What port should I choose to run the SocketTextStreamWordCount sample

2016-01-12 Thread Fabian Hueske
Hi, I answered your question on Stack Overflow. To summarize, the program reads data from a text socket. You need to open the socket before starting the program. You can open the socket on any (available) port. If you run nc -lk from a command line, you should used localhost and port .