Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wiznet/ioLibrary_Driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 010d3f0b48aa3528f049404b77db838ed06e4642
Choose a base ref
..
head repository: Wiznet/ioLibrary_Driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ec791105c530625723ba9d5686f7aee1fe9391f
Choose a head ref
Showing with 6,632 additions and 351 deletions.
  1. +1,917 −20 .gitignore
  2. 0 .gitmodules
  3. +7 −2 Application/loopback/loopback.c
  4. +8 −0 Application/loopback/loopback.h
  5. +113 −0 Application/multicast/multicast.c
  6. +28 −0 Application/multicast/multicast.h
  7. +4 −4 Ethernet/W5100/w5100.c
  8. +9 −0 Ethernet/W5100/w5100.h
  9. +514 −0 Ethernet/W5100S/w5100s.c
  10. +3,322 −0 Ethernet/W5100S/w5100s.h
  11. +9 −0 Ethernet/W5200/w5200.h
  12. +27 −18 Ethernet/W5300/w5300.h
  13. +8 −0 Ethernet/W5500/w5500.h
  14. +17 −16 Ethernet/socket.c
  15. +8 −1 Ethernet/socket.h
  16. +212 −93 Ethernet/wizchip_conf.c
  17. +68 −32 Ethernet/wizchip_conf.h
  18. +75 −28 Internet/DHCP/dhcp.c
  19. +22 −13 Internet/DHCP/dhcp.h
  20. +30 −29 Internet/DNS/dns.c
  21. +9 −1 Internet/DNS/dns.h
  22. +2 −2 Internet/FTPClient/ftpc.c
  23. +12 −1 Internet/FTPClient/ftpc.h
  24. +8 −0 Internet/FTPClient/stdio_private.h
  25. +6 −3 Internet/FTPServer/ftpd.c
  26. +9 −0 Internet/FTPServer/ftpd.h
  27. +7 −0 Internet/FTPServer/stdio_private.h
  28. +48 −49 Internet/MQTT/MQTTClient.c
  29. +12 −15 Internet/MQTT/MQTTPacket/src/MQTTFormat.c
  30. +2 −2 Internet/MQTT/MQTTPacket/src/MQTTSubscribe.h
  31. +1 −1 Internet/MQTT/MQTTPacket/src/MQTTSubscribeClient.c
  32. +17 −7 Internet/MQTT/mqtt_interface.c
  33. +16 −5 Internet/MQTT/mqtt_interface.h
  34. +8 −0 Internet/SNMP/snmp.h
  35. +8 −0 Internet/SNMP/snmp_custom.h
  36. +8 −0 Internet/SNTP/sntp.h
  37. +8 −0 Internet/TFTP/netutil.h
  38. +8 −0 Internet/TFTP/tftp.h
  39. +8 −0 Internet/httpServer/httpParser.h
  40. +1 −1 Internet/httpServer/httpServer.c
  41. +8 −0 Internet/httpServer/httpServer.h
  42. +10 −0 Internet/httpServer/httpUtil.c
  43. +8 −0 Internet/httpServer/httpUtil.h
  44. +10 −8 README.md
  45. BIN iolibrary.chm
Loading