Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-leuthaeuser/nxcbluetoothlogger
Allows Bluetooth logging from NXC programs executed on NXT Mindstorm to every standard computer running a Java client.
https://github.com/max-leuthaeuser/nxcbluetoothlogger
Last synced: 12 days ago
JSON representation
Allows Bluetooth logging from NXC programs executed on NXT Mindstorm to every standard computer running a Java client.
- Host: GitHub
- URL: https://github.com/max-leuthaeuser/nxcbluetoothlogger
- Owner: max-leuthaeuser
- Created: 2012-03-08T22:09:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-08T22:18:27.000Z (almost 13 years ago)
- Last Synced: 2024-11-14T03:49:45.708Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
################################################################################
THE NXCBluetoothLogger REPOSITORY
################################################################################This document describes the NXCBluetoothLogger, how to build and use it.
Part I. Usage
--------------------------------------------------------------------------------1. Connect the NXT via Bluetooth with your computer.
2. Place the compiled files from ``nxt/`` on your NXT brick. Start them.
3. Start the client on your computer: ``java -jar NXCBluetoothLogger.jar NXTName``.
Replace ``NXTName`` with the name of your brick.Part II. Building NXCBluetoothLogger with Maven
--------------------------------------------------------------------------------Maven is used to manage the dependencies and it will build a runnable jar executable with Java.
- install Maven (http://maven.apache.org/)
- run ``mvn package``, the resulting jar is placed in ``builds/``^^^^^^^^^^^^^^^^^^^^^^^^
REQUIREMENTS FOR NXCBluetoothLogger:
^^^^^^^^^^^^^^^^^^^^^^^^
The following is assumed to be installed on the build machine:- A Java runtime environment (JRE) or SDK 1.6 or above.
- MavenThe following is assumed to be installed on the machines you want to run NXCBluetoothLogger:
- Client side: A Java runtime environment (JRE)
- NXT Mindstorm: NXC Firmware 1.28 or above (1.31 recommended)