Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esteve/nxtpp
nxtpp
https://github.com/esteve/nxtpp
Last synced: about 1 month ago
JSON representation
nxtpp
- Host: GitHub
- URL: https://github.com/esteve/nxtpp
- Owner: esteve
- Created: 2012-10-10T10:34:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-11T17:34:44.000Z (about 12 years ago)
- Last Synced: 2024-10-16T14:20:04.226Z (3 months ago)
- Language: C++
- Size: 5.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
+-----------------------------------+
| _____ |
| |\ | \ / | | | |
| | \ | \/ | ___|___ ___|___ |
| | \ | /\ | | | |
| | \| / \ | | | |
+-----------------------------------++-------+
| ABOUT |
+-------+
NXT++ is an interface written in C++ that allows the control LEGO MINDSTORMS robots
directly through a USB connection. The interface is intended to be simple and easy
to use. The interface can be used in any C++program.+--------------+
| REQUIREMENTS |
+--------------+
1. A standard C++ compiler
----FOR LINUX----
2. libusb: http://libusb.sourceforge.net/
-----------------
3. The knowledge of basic compiling operations in your compiler+-------------------+
| WHERE TO GET HELP |
+-------------------+
1. NXT++'s documentation (http://nxtpp.sourceforge.net/docs/index.html)
2. NXT++ wiki (http://nxtpp.wetter61169.de/mediawiki-1.6.9/index.php/Main_Page)
3. NXT++'s website (http://nxtpp.sourceforge.net)
4. The example programs
5. The source itself (NXT++.h)
6. The NXT++ community (http://sourceforge.net/forum/?group_id=193451)