CONTRIBUTIONS.txt 700 B

123456789101112131415161718192021222324252627282930313233
  1. ---------------
  2. DHCP.cpp
  3. // DHCP Library v0.3 - April 25, 2009
  4. // Author: Jordan Terrell - blog.jordanterrell.com
  5. ---------------
  6. DNS.cpp
  7. // Arduino DNS client for WizNet5100-based Ethernet shield
  8. // (c) Copyright 2009-2010 MCQN Ltd.
  9. // Released under Apache License, version 2.0
  10. ---------------
  11. Ethernet2:
  12. modified 12 Aug 2013
  13. by Soohwan Kim (suhwan@wiznet.co.kr)
  14. ---------------
  15. UDP.cpp: bjoern@cs.stanford.edu 12/30/2008
  16. ---------------
  17. Twitter.cpp - Arduino library to Post messages to Twitter using OAuth.
  18. Copyright (c) NeoCat 2010-2011. All right reserved.
  19. ---------------
  20. Wiz5500.cpp
  21. Copyright (c) 2010 by WIZnet <support@wiznet.co.kr>
  22. --------------
  23. Various by Arduino.org team