jdhar
Full Member level 5
I am working on my project with an Altera Cyclone and National Semi. 10/100 PHY. I have successfully sent loopback packets using an IP MAC on the FPGA. My goal (for now) is to basically send packets to my laptop, and to eventually be able to telnet into the FPGA. I need help with the frame that I should send out from the FPGA.
1) What level of the network model do I need to go up to? I was thinking if I have an IPV4 header (level 3) with the destination IP of my laptop, and a source IP for the FPGA (made up), and some junk data, this should be enough?
2) Can I just make up the MAC address and source IP address of the FPGA in the IPV4 and Ethernet headers?
3) What would I have to change if I were to plug my FPGA into a router and still try to get into my laptop
I am just hoping to run a sniffer of some sort on my laptop and see if packets successfully came in. Do I need to use another layer (ICMP for eg.) for this?
1) What level of the network model do I need to go up to? I was thinking if I have an IPV4 header (level 3) with the destination IP of my laptop, and a source IP for the FPGA (made up), and some junk data, this should be enough?
2) Can I just make up the MAC address and source IP address of the FPGA in the IPV4 and Ethernet headers?
3) What would I have to change if I were to plug my FPGA into a router and still try to get into my laptop
I am just hoping to run a sniffer of some sort on my laptop and see if packets successfully came in. Do I need to use another layer (ICMP for eg.) for this?