0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 14, 2024 — Jan 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated readme to reflect webclient now working again. More... over 12 years ago
Added a delay before starting to ensure network is not asleep More... over 12 years ago
Changed ipstack.c to use new enc28j60 driver. Some major bug still about! More... over 12 years ago
Updated arp_test.c to reflect new driver. Now works at 16MHz. Updated enc28j60 driver to use a define for delay of 10ms. More... over 12 years ago
Finsihed updateing ENC28J60 driver. Breaks a few things. More... over 12 years ago
Added in code to ensure enc28j60 is properly reset. Now works at 8MHz More... over 12 years ago
Fixed bug in enc28j60 driver that could corrupt packets More... over 12 years ago
test More... over 12 years ago
Updated Readme to show change in operation More... over 12 years ago
Added comment that to help locate possible problem More... over 12 years ago
Updated readme to show progress in tests More... over 12 years ago
Added arp_test.c that will send a bacis ARP packet and recieve a reply. Fixed a bug in enc28j60 due to too low break after reseting device. Started modifing enc28j60 for move to rewrite. Note main.c is now broken. More... over 12 years ago
Added spi_test.c that tests spi.c by turning on LEDs on device More... over 12 years ago
Fixed bug due to uip_len being a char and not a int when increasing max packet size. Added code to cleanup ending of TCP. Not finished. More... almost 13 years ago
Updated to reflect progress on completing basic client. More... almost 13 years ago
Added SetupBasicIPPacket function to simplify new packet creation. Finished TCP handshake and data send. More... almost 13 years ago
Merge branch 'master' of github.com:duncanspumpkin/MSP430-Enc28j60-Driver-and-Basic-Web-Client More... almost 13 years ago
Added SendPing function. Found and fixed bug in DNSLookup due to incorrect checksum calc More... almost 13 years ago
Merge branch 'master' of github.com:duncanspumpkin/MSP430-Enc28j60-Driver-and-Basic-Web-Client More... almost 13 years ago
Fixed incorrect udp checksum More... almost 13 years ago
Fixed mistake in ReplyARP due to incorrect ip address swap. More... almost 13 years ago
Fixed bug in udp due to missing HTONS More... almost 13 years ago
Fixed prep arp function changed name to sendArp finished DNS lookup function - not tested More... almost 13 years ago
change ipstackidle so that it always returns true instead of false. More... almost 13 years ago
Added in reminder as the prep arp function does not actually do what it is meant to. More... almost 13 years ago
Added in a comment to remind what is left to do. Added in DNS port number. More... almost 13 years ago
Started adding DNS lookup function More... almost 13 years ago
Added UDP and DNS header started dns lookup code More... almost 13 years ago
Started to move everything into ip stack instead of all in main.c. More... almost 13 years ago
Added in add32 function from uip stack completed solution for tcp ack function More... almost 13 years ago