02-03-2015 09:47 PM
my project requires me to read the data from one TCP port and process the data then transfer it out from another TCPO port. (using PXIe-8115 which have 2 tcp port). problem is i have no idea how to determine the port number of the TCP port.
in what way i can determine the port number of both port?
02-04-2015 02:08 AM
Well, you have some spec that specifies to use a certain port for your protocol. If you design the protocol you can choose the port.
So what is your problem? Try to be more cleear what you actually want to do. Right now it sounds like you are looking for something that only you yourself can know.
02-04-2015 02:44 AM
i want to see what effect of different type of modulation towards the performance of a certain signal being transmitted through space, ie. free space optical communication link.
the thing that i want to do is i want to read date from a tcp port, changing its modulation type and then re-transmit the processed signal through another tcp port.
the problem i facing is i don't know which port number should i read from and which port should i retransmit the signal.
02-04-2015 03:42 AM
it's still as clear as mud. Who produces the data you want to read? Where does it come from? What protocol is used?
02-04-2015 09:39 PM
the signal is produced by internet lan cable. i intended to transmit internet signal in free space optic environment.
02-04-2015 11:11 PM
here is an example i found online but i couldn't understand it. the instruction says the server need to be run before client. but the port number seems a little bit random to me but it did manage to get some signal.
can i know where the signal come from and how i can determine the correct port number. i know this question mayby sounds basic or even stupid. but i really don't have much knowledge on Labview. any help would be useful.
02-05-2015 12:32 AM
02-05-2015 12:39 AM
by using the netstat command, i get the following reading. but the port number is changing everytime. which number should i take as port number?
02-05-2015 12:58 AM
02-05-2015 01:12 AM
i really do not understand. say i want to analyse the data flow of the ethernet cable. which port number should i put? to make sure i am not mistaken, the port number is the number beind my ip address right?