Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asynclabs/WiShield
WiShield library for the Arduino development platform
https://github.com/asynclabs/WiShield
Last synced: about 1 month ago
JSON representation
WiShield library for the Arduino development platform
- Host: GitHub
- URL: https://github.com/asynclabs/WiShield
- Owner: asynclabs
- Created: 2009-05-07T21:38:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T18:55:37.000Z (about 8 years ago)
- Last Synced: 2024-08-28T18:14:40.595Z (5 months ago)
- Language: C
- Homepage: asynclabs.com
- Size: 251 KB
- Stars: 98
- Watchers: 12
- Forks: 46
- Open Issues: 10
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
WiShield library and TCP/IP stack files for the WiShield 1.0 wireless devices
Async Labs Inc.
www.asynclabs.com-------------------------------------------------------------------------------
Version 1.2.0
-------------------------------------------------------------------------------
Changes:
- Fixed buffer overflow issue
- Added files for WiServer implementation
- Removed stray debug prints from source code
- Made sketches uniform to existing examples
- Added missing implementation for setURL function
- Adding support for using Digital pin 8 on Arduino as the interrupt pin for
WiShield
- Added function for base64 encoding
- Fixing IP address assignment macroNew features:
- Adding sample SocketApp sketch to demonstrate using WiShield for socket
communication
- Adding UDPApp sketch to demonstarte use of UDP protocol for communicationKnown issues:
None