aravind21tech
Newbie level 4
- Joined
- Jul 28, 2014
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 36
Hi all,
Objective:
My objective is to build an FPGA based UDP/IP core which is capable of trans&receiving UDP messages over ethernet.
Completed work:
I successfully transmitted locally a UDP packet to PC from my FPGA board through a D-Link modem/router.
Problem:
But I am not able to receive any data in my FPGA board. I later found that my FPGA board needs to request an IP from router using DHCP-DORA.
I tried in verilog the complete DHCP-DORA process in wikipedia. But it is not working
Can any one give me a better example and explain DHCP packet structure
Thanks in advance,
Aravind
Objective:
My objective is to build an FPGA based UDP/IP core which is capable of trans&receiving UDP messages over ethernet.
Completed work:
I successfully transmitted locally a UDP packet to PC from my FPGA board through a D-Link modem/router.
Problem:
But I am not able to receive any data in my FPGA board. I later found that my FPGA board needs to request an IP from router using DHCP-DORA.
I tried in verilog the complete DHCP-DORA process in wikipedia. But it is not working
Can any one give me a better example and explain DHCP packet structure
Thanks in advance,
Aravind