Forum Discussion
Altera_Forum
Honored Contributor
13 years agoweb server on FPGA
Hi, i want to implement web server application on the FPGA but i don't really know how to proceed.i'd like to ask which protocol i should use(http, ftp, tftp..) and even how to use it if i will r...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Hi mira- there is a web server IP core available for free download at www.webphyfpga.com (http://www.webphyfpga.com). It implements HTTP/TCP/IP/MAC and even PHY layers completely within the core - no CPU, DDR, flash memory, OS or external PHY chips are required. Just download the core, drop it into your FPGA and wire the FPGA's LVDS IO directly to a mag-jack and your FPGA is web-enabled. The web page can be completely customized as well and is stored in block RAM in the FPGA. --- Quote End --- Hi I am just starting with FPGA programming. I have no idea about which tool to use for converting html files so that it can be stored inside data flash memory. Can you please help me.