Releases: openbci-archive/OpenBCI_NodeJS_Wifi
Releases · openbci-archive/OpenBCI_NodeJS_Wifi
v1.0.2
v1.0.1
v1.0.1
Bug Fixes
Updated references to .Debug and .Utilities to .debug and .utilities
v1.0.0
v1.0.0
Breaking Changes
Name of package is now @openbci/wifi
Enhancements
Include node 10 in testing
v0.4.1
v0.4.1
Bug Fixes
- DELETE, GET, and POST would resolve even if code was not equal to 200
v0.4.0
v0.4.0
New Features
- Add UDP support! New option on connect and Constructor called
protocol
that can be either'udp'
or'tcp'
(Default istcp
) - Add burst mode UDP support! New option on connect and Constructor called
burst
that can be eithertrue
orfalse
(defaultfalse
). Whentrue
andprotocol
option is UDP, will tell WiFi Shield to send every packet three times. The module will automatically only process new data. - Went through all the docs again and cleaned up!
New Example
- WiFi direct example!
Bug Fixes
- Now starting both UDP and TCP systems incase so user can select at
connect
function.
v0.3.1
v0.3.1
New Features
- Add UDP support.
v0.3.0
v0.3.0
Docs for all!!
New Files
CODE_OF_CONDUCT.md
added to govern communityCONTRIBUTING.md
added to describe how people should contributeROADMAP.md
added to outline a roadmap for project
Bug Fixes
- Bump utilities to 0.2.7 to get patch for wifi accel data and stop byte
Breaking Changes
- Removed index.js to conform to other cyton and ganglion modules
v0.2.2
v0.2.2
Docs for all!!
New Files
CODE_OF_CONDUCT.md
added to govern communityCONTRIBUTING.md
added to describe how people should contributeROADMAP.md
added to outline a roadmap for project
v0.2.1
v0.2.1
Bug Fixes
- Bumping utility version to 0.2.4 fixes bug in this repo too for ganglion over wifi with no scale.
v0.2.0
0.2.0
Breaking changes
- Update
autoFindAndConnectToWifiShield()
to be calledsearchToStream
and upgraded it's power! Checkout the source code for how to use the function.
New Features
- Added function for telling the WiFi Shield to forget it's credentials and turn back into an access point, aka broad casting it's unique name ready for someone to connect and have it join another network.