Skip to content

Commit

Permalink
Major Repository overhaul for v2.102 binaries and Nova 2.0
Browse files Browse the repository at this point in the history
Removes C# Binaries from repository. Updates C++ binaries to a new v2.0 back-end, which introduces breaking changes to haptics and calibration (for the better). Also updates SenseCom to v1.6.1.
Removes doc folder for now, and example projects require a major refactor to cmake files to be easy to use. But one can use this to work with Nova 2.0,
  • Loading branch information
MaxLammers committed Apr 12, 2024
1 parent 3f0b05d commit e5d1590
Show file tree
Hide file tree
Showing 1,703 changed files with 9,677 additions and 187,993 deletions.
30 changes: 29 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,32 @@ Core/SGConnect/doc*
*sessionLog.txt

#bak files made using programs like Notepad++.
*.bak
*.bak

# 3rd Party Generated
serial.dll
serial.lib
libserial.so
libserial.a
include/serial/
include/boost/
include/SenseGlove/Connect/Connection.hpp
include/SenseGlove/Connect/ConnectionData.hpp
include/SenseGlove/Connect/ConnectionFactory.hpp
include/SenseGlove/Connect/ConnectionsTracker.hpp
include/SenseGlove/Connect/ConnectionTester.hpp
include/SenseGlove/Connect/Debugger.hpp
include/SenseGlove/Connect/DeviceScanner.hpp
include/SenseGlove/Connect/ExitCodes.hpp
include/SenseGlove/Connect/HapticResponse.hpp
include/SenseGlove/Connect/IdResponse.hpp
include/SenseGlove/Connect/IpcCommand.hpp
include/SenseGlove/Connect/NewSGDevice.hpp
include/SenseGlove/Connect/PortInfo.hpp
include/SenseGlove/Connect/SerialConnection.hpp
include/SenseGlove/Connect/SerialPorts.hpp
include/SenseGlove/Connect/SGDevice.hpp
include/SenseGlove/Connect/SharedMem.hpp
include/SenseGlove/Connect/StringUtils.hpp
include/SenseGlove/Connect/TestingState.hpp
include/SenseGlove/Connect/TransmissionMode.hpp
31 changes: 0 additions & 31 deletions Core/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions Core/SGConnect/LinkSGConnect.cmake

This file was deleted.

67 changes: 0 additions & 67 deletions Core/SGConnect/examples/SGConnect_TestProgram.cpp

This file was deleted.

169 changes: 0 additions & 169 deletions Core/SGConnect/incl/SGConnect.h

This file was deleted.

Binary file removed Core/SGConnect/lib/linux/Debug/libSGConnect.so
Binary file not shown.
Binary file removed Core/SGConnect/lib/linux/Release/libSGConnect.so
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Debug/SGConnect.dll
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Debug/SGConnect.exp
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Debug/SGConnect.lib
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Debug/SGConnect.pdb
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Release/SGConnect.dll
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Release/SGConnect.exp
Binary file not shown.
Binary file removed Core/SGConnect/lib/win/Release/SGConnect.lib
Binary file not shown.
Binary file removed Core/SGConnect/test/linux/SGConnectClient
Binary file not shown.
Binary file removed Core/SGConnect/test/linux/libSGConnect.so
Binary file not shown.
Binary file removed Core/SGConnect/test/win/SGConnect.dll
Binary file not shown.
Binary file removed Core/SGConnect/test/win/SGConnectClient.exe
Binary file not shown.
Loading

0 comments on commit e5d1590

Please sign in to comment.