Buy an Axon, Axon II, or Axon Mote and build a great robot, while helping to support SoR.
0 Members and 1 Guest are viewing this topic.
The modem is sending a large hex stream to a specific IP port
Sorry it is using TCP. I can use UDP if needed. Not sure at this point if that would be better or not. I am connected to the receiving modem. It is programed to forward the port #1700 to the "local" LAN on the same port. I know 1700 is open on the WAN network because we opened it for serial communication. Altell controls the WAN router. Not sure if this makes a difference but the laptop is connected to the LAN port of the Modem with a crossover cable. I can talk to/program the modem so I am assuming the connection is correct.
Here is my setup. I have two modems. Both have static IP addresses. I am using a laptop to read the data from the receiving modem. I work for a large college so just asking the IT guys for an open port practically requires the College presidents approval. That and I am kinda doing this behind there backs I've downloaded wireshark it might be just what I am looking for. The modem is sending a large hex stream to a specific IP port and I in software need to capture it and decode it. At this point the main issue is see that the data is making it through my weird setup and to my laptop. Then the fun begins as I have to write a program and or a website to do all the processing.
Quote from: Asellith on April 04, 2009, 06:01:01 AMHere is my setup. I have two modems. Both have static IP addresses. I am using a laptop to read the data from the receiving modem. I work for a large college so just asking the IT guys for an open port practically requires the College presidents approval. That and I am kinda doing this behind there backs I've downloaded wireshark it might be just what I am looking for. The modem is sending a large hex stream to a specific IP port and I in software need to capture it and decode it. At this point the main issue is see that the data is making it through my weird setup and to my laptop. Then the fun begins as I have to write a program and or a website to do all the processing.o right,so you are just using the modems to bypass the firewall?in that case reading data from the modems should be the same as reading date from your "radio translator station equipment".how would you operate this equipment if the modems were not in between?dunk.
I am connected to the receiving modem. It is programed to forward the port #1700 to the "local" LAN on the same port. I know 1700 is open on the WAN network because we opened it for serial communication.