Skip to content

v0.12.0

Compare
Choose a tag to compare
@raacampbell raacampbell released this 11 Aug 14:07
· 46 commits to main since this release

Features

  • TCP/IP comms is tested and works. See Zapit TCP/IP Bridge.
  • zapit.interfaces.getIPaddress is new function to return IP address of Zapit Windows PC.
  • zapit.interfaces.tcpServer.isClientConnected reports if a client is connected.

Updates and Changes

  • Get version information from CHANGELOG.md not hardcoded numbers in zapit.version
  • Move TCP/IP client out of Zapit and to standalone repo. Update TCP/IP server to handle the new protocols.
  • Scanners are marked as calibrated when starting in simulated mode.
  • Added hZP.applyUnityStereotaxicCalib command so user doesn't have to remember hZP.refPointsSample = hZP.refPointsStereotaxic
  • zapit.pointer.sendSamples returns -1 if it failed to run.

Fixes

  • stopOptoStim can no longer be run if no stim config loaded.