Hi Vasile, there are many samples on 18f4620. Take a look at microchip's documentation if needed.
Some samples are for
ENC28j60 and some may be for SLIP (Serial Line Internet Protocol). I suppose they could be named better. I believe both flavors use the same networking libs.
I did have a web server working with this, I think the sample is 18f4620_network_all_in_one.jal but start with a small sample like 18f4620_network_ping.jal
18f4620_network_all_in_one.jal
18f4620_network_ping.jal
18f4620_network_slip_isr_ping_udp.jal
18f4620_network_tcp_client.jal
18f4620_network_tcp_server.jal
18f4620_network_udp_client.jal
18f4620_network_udp_server.jal
18f4620_network_webserver_enc28j60.jal
It would be nice if we could get the libraries to work with PICs that have a ethernet module within them.
Matt.