Skip to content

Releases: openbci-archive/OpenBCI_NodeJS_Wifi

v1.0.2

16 Apr 02:49
d4583cd
Compare
Choose a tag to compare

v1.0.2

Bug Fixes

  • Get host IP address on Windows machines using valid network interface

v1.0.1

18 Feb 21:06
a370894
Compare
Choose a tag to compare

v1.0.1

Bug Fixes

Updated references to .Debug and .Utilities to .debug and .utilities

v1.0.0

13 Feb 15:44
6d5ae36
Compare
Choose a tag to compare

v1.0.0

Breaking Changes

Name of package is now @openbci/wifi

Enhancements

Include node 10 in testing

v0.4.1

04 Dec 15:36
065a88f
Compare
Choose a tag to compare

v0.4.1

Bug Fixes

  • DELETE, GET, and POST would resolve even if code was not equal to 200

v0.4.0

02 Dec 16:38
8e631be
Compare
Choose a tag to compare

v0.4.0

New Features

  • Add UDP support! New option on connect and Constructor called protocol that can be either 'udp' or 'tcp' (Default is tcp)
  • Add burst mode UDP support! New option on connect and Constructor called burst that can be either true or false (default false). When true and protocol 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

17 Nov 00:00
711db23
Compare
Choose a tag to compare

v0.3.1

New Features

  • Add UDP support.

v0.3.0

16 Oct 17:48
Compare
Choose a tag to compare

v0.3.0

Docs for all!!

New Files

  • CODE_OF_CONDUCT.md added to govern community
  • CONTRIBUTING.md added to describe how people should contribute
  • ROADMAP.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

04 Oct 23:55
Compare
Choose a tag to compare

v0.2.2

Docs for all!!

New Files

  • CODE_OF_CONDUCT.md added to govern community
  • CONTRIBUTING.md added to describe how people should contribute
  • ROADMAP.md added to outline a roadmap for project

v0.2.1

06 Sep 13:31
Compare
Choose a tag to compare

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

02 Sep 04:02
Compare
Choose a tag to compare

0.2.0

Breaking changes

  • Update autoFindAndConnectToWifiShield() to be called searchToStream 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.