Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Changing the port for sending Data
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fabian Korak  
View profile  
 More options Jun 20 2012, 11:09 am
From: Fabian Korak <fabian...@googlemail.com>
Date: Wed, 20 Jun 2012 08:09:47 -0700 (PDT)
Local: Wed, Jun 20 2012 11:09 am
Subject: Changing the port for sending Data

Hello,

I'm currently working on a project concerning an echo-algorithm implemented
in Node.  The problem I have is that Node is using it's own ports for
sending over the sockets.

*Start-Node:*
var port_start = 20000;
var sendNode = net.connect(port_start,function(){    
            sendNode.write('info');
        })

*
Recieving-Node:*
nodeServer.on('connection', function(client)
    {  
    client.on('data',function(data)
    {


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bert Belder  
View profile  
 More options Jun 20 2012, 11:13 am
From: Bert Belder <bertbel...@gmail.com>
Date: Wed, 20 Jun 2012 08:13:05 -0700 (PDT)
Local: Wed, Jun 20 2012 11:13 am
Subject: Re: Changing the port for sending Data
On Jun 20, 5:09 pm, Fabian Korak <fabian...@googlemail.com> wrote:

Use the nodejs mailing list for this type of questions. This list is
for node internals only.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fabian Korak  
View profile  
 More options Jun 20 2012, 11:26 am
From: Fabian Korak <fabian...@googlemail.com>
Date: Wed, 20 Jun 2012 08:26:03 -0700 (PDT)
Local: Wed, Jun 20 2012 11:26 am
Subject: Re: Changing the port for sending Data
Okay, sorry for the double post then, I'll post it there...

On 20 Jun., 17:13, Bert Belder <bertbel...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »