A support ticket has been submitted.
If the separate interface is on a separate subnet from the other interface.
You don't turn on autoip and you add a static ARP entry and the only address you ever send to on the
separate interface subnet is the one in the static arp entry, it will send no ARP ...
Search found 9 matches
- Fri Jan 08, 2016 6:12 am
- Forum: NetBurner Software
- Topic: Disable ARP on MOD54417
- Replies: 7
- Views: 12558
- Thu Jan 07, 2016 11:56 am
- Forum: NetBurner Software
- Topic: Disable ARP on MOD54417
- Replies: 7
- Views: 12558
Re: Disable ARP on MOD54417
Requirement: No ARP messages broadcast on a specific interface.
- Thu Jan 07, 2016 9:26 am
- Forum: NetBurner Software
- Topic: Disable ARP on MOD54417
- Replies: 7
- Views: 12558
Re: Disable ARP on MOD54417
1) It is a prototype system. They were given a low budget to develop it. They had to implement a UDP Protocol from scratch in an embedded system.
2) There has been a change in staff in my company. I inherited this project after an employee left. My predecessor told them that they would not need to ...
2) There has been a change in staff in my company. I inherited this project after an employee left. My predecessor told them that they would not need to ...
- Thu Jan 07, 2016 7:01 am
- Forum: NetBurner Software
- Topic: Disable ARP on MOD54417
- Replies: 7
- Views: 12558
Disable ARP on MOD54417
I am working with a 3rd party that has implemented a partial UDP protocol in an embedded device. The protocol does not support ARP. They have requested that we disable ARP broadcasts on our side.
The MOD54417 is configured as two independent ports - not a switch. One of the ports is connected to ...
The MOD54417 is configured as two independent ports - not a switch. One of the ports is connected to ...
- Tue Nov 17, 2015 11:48 am
- Forum: NetBurner Software
- Topic: Problems moving project from MOD54415 to MOD54417
- Replies: 7
- Views: 8292
Re: Problems moving project from MOD54415 to MOD54417
FYI, the problem has been resolved. The IP addresses were always static. Now, one Ethernet connection is attached to a LAN and the second directly to another device using a crossover cable. Messages are now transmitted using UDPPacket::SendViaInterface rather than UDPPacket::Send. These two changes ...
- Thu Nov 05, 2015 12:59 pm
- Forum: NetBurner Software
- Topic: Problems moving project from MOD54415 to MOD54417
- Replies: 7
- Views: 8292
Re: Problems moving project from MOD54415 to MOD54417
I need independent mode.
- Thu Nov 05, 2015 10:20 am
- Forum: NetBurner Software
- Topic: Problems moving project from MOD54415 to MOD54417
- Replies: 7
- Views: 8292
Re: Problems moving project from MOD54415 to MOD54417
Both Ethernet interfaces, the device it communicates with, and the development PC (with Wireshark) are connected to a common Ethernet switch.
I don't know what you mean by "switched or independent mode".
Both Ethernet ports respond to Ping.
Additional testing with different applications have shown ...
I don't know what you mean by "switched or independent mode".
Both Ethernet ports respond to Ping.
Additional testing with different applications have shown ...
- Thu Nov 05, 2015 7:55 am
- Forum: NetBurner Software
- Topic: Problems moving project from MOD54415 to MOD54417
- Replies: 7
- Views: 8292
Problems moving project from MOD54415 to MOD54417
Using NBEclipse 2.7.1
The NNDK Platform is NNDK-MOD5441X-KIT; however, we have other NNDKs installed in the development PC.
We have an application that runs on a MOD54415 without any problems. It sends and receives UDP messages to another object using the UDPPacket class.
I loaded the application ...
The NNDK Platform is NNDK-MOD5441X-KIT; however, we have other NNDKs installed in the development PC.
We have an application that runs on a MOD54415 without any problems. It sends and receives UDP messages to another object using the UDPPacket class.
I loaded the application ...
- Tue Sep 29, 2015 10:20 am
- Forum: NetBurner Software
- Topic: RTCP in MOD54415
- Replies: 1
- Views: 4038
RTCP in MOD54415
My company is thinking about interfacing a video camera with a MOD55415. The MOD55415 is an interface between the camera and a radio. Its job is to obtain streaming imagery from the camera and send the imagery to the radio which will rebroadcast the imagery to another site. We have used Wireshark to ...