[ 原始碼: libnxt ]
套件:libnxt(0.4.2-2)
libnxt 的相關連結
Debian 的資源:
下載原始碼套件 libnxt:
維護小組:
- Debian LEGO Team (QA 頁面, 郵件存檔)
- Petter Reinholdtsen (QA 頁面)
- Dominik george (QA 頁面)
- Nicolas Schodet (QA 頁面)
外部的資源:
- 主頁 [git.ni.fr.eu.org]
相似套件:
utility library for talking to the LEGO Mindstorms NXT brick
LibNXT is an utility library for talking to the LEGO Mindstorms NXT intelligent brick at a relatively low level. It currently does:
* Handling USB communication and locating the NXT in the USB tree. * Interaction with the Atmel AT91SAM boot assistant. * Flashing of a firmware image to the NXT. * Execution of code directly in RAM.
The design of LibNXT is layered, meaning you can plug into it at any level of complexity or abstraction you desire, from the lowest level USB bulk bit-pushing interface, to an API exposing the SAM-BA commandset, right up to just calling nxt_firmware_flash() and having everything taken care of!
This package provides two binary utils:
* fwflash is the program that uses LibNXT. As its name hints, its purpose is to take a NXT firmware image file and flash it to a connected NXT device. * fwexec is another utility, which takes a specially compiled firmware image, uploads it to the NXT's RAM, and executes it directly from there.
其他與 libnxt 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libusb-1.0-0 (>= 2:1.0.16)
- userspace USB programming library
-
- rec: nxt-firmware
- Improved firmware for LEGO Mindstorms NXT bricks