Skip to content

Releases: Unlimited-Research-Cooperative/Bio-Silicon-Synergetic-Intelligence-System

Shuffleboard 2D v1.b1

28 May 04:33
641ebaa
Compare
Choose a tag to compare

Shuffleboard 2D v1.0b1

Development Status: BETA

Shuffleboard 2D game is now released, this game is developed to used in the ongoing research for experimental purposes. It's simple and light-weight.

Installation & Executing (For testing only)

Download the release compressed file and extract it. The resulting directory will have 2 files:

  • config.ini - Data manager profile
  • Shuffleboard 2D - Main executable

Run the main executable throug the terminal with the following commands:

$ chmod +x ./Shuffleboard\ 2D
$ ./Shuffleboard\ 2D

Note: The game will be shipped with Unified Software with an input panel to control the game. The game is released seperately so that developers can contribute

Documentation will be released soon here.

BSSIS Python Package

22 Apr 10:07
c174f41
Compare
Choose a tag to compare

BSSIS Python Package

BSSIS Python package contains all the python utilities being utilised in the project. For more information and documentation please visit Documentation Page.

Installation

A wheel file has been provided, download the wheel file and open terminal in the directory where the file is save. Now run the following command.

pip3 install bssis-1-py2.py3-none-any.whl

Issues & Troubleshooting

If you face any issues feel free to raise an Issue on Github or you can also contact us through our Discord server.

Signals Simular v1

10 Apr 10:34
6792237
Compare
Choose a tag to compare

Signals Simulator

Signals Simulator tool generates signals for testing purposes in this project.

image

Features

  • Generate signals
  • Publish data
  • Save / Load configuration
  • Standalone tool
  • Cross platform

Installtion

Install the .tar.xz file extract and run Signals Simulator executable.

Make sure that you are running mosquitto at port 3000 before clicking "Simulate" button.

Note: It is recommended to use this executable through terminal.