
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
github.com/ev3go/ev3dev
The goal is to implement a simple Go style ev3dev API and helpers for common tasks.
github.com/ev3go/ev3dev depends on ev3dev stretch and has been tested on kernel 4.14.61-ev3dev-2.2.2-ev3. For jessie support see the ev3dev-jessie branch.
For device-specific functions see EV3 and BrickPi.
/dev/input/by-path/platform-gpio_keys-event
/sys/class/power_supply
/sys/class/leds
/dev/fb0
/sys/class/lego-port
/sys/class/lego-sensor
/sys/class/dc-motor
/sys/class/tacho-motor
/sys/class/servo-motor
/sys/class/tacho-motor
Compiling for a brick can be done on the platform itself if Go is installed there, but it is generally quicker on your computer. This requires that you prefix the go build
invocation with GOOS=linux GOARCH=arm GOARM=5
. For example, to build the demo program you can do this:
$ GOOS=linux GOARCH=arm GOARM=5 go build github.com/ev3go/ev3dev/examples/demo
This will leave a demo
executable (from the name of the package path) in your current directory. You can then copy the executable over to your brick using scp
.
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.