Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This repository contains libraries and examples for the Pimoroni Skywriter boards.
Compatible with:
We've created a super-easy installation script that will install all pre-requisites and get your HAT up and running in a jiffy. To run it fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop like so:
In the new terminal window type the following and follow the instructions:
curl -sS get.pimoroni.com/skywriter | bash
Install smbus
:
sudo apt install python3-smbus
Enable i2c:
sudo raspi-config nonint do_i2c 0
Install the library:
python3 -m pip install skywriter
Install smbus
:
sudo apt install python3-smbus
Enable i2c:
sudo raspi-config nonint do_i2c 0
Install the library:
git clone https://github.com/pimoroni/skywriter-hat
cd skywriter-hat/python/library
python3 setup.py install
You can use a full-sized Skywriter board with your Raspberry Pi and our library by mimicking the connections that the HAT users. They are as follows:
Skywriter | Raspberry Pi |
---|---|
GND | GND |
TRFR | GPIO 27 |
RESET | GPIO 17 |
SCL | GPIO 3 / SCL |
SDA | GPIO 2 / SDA |
VCC | 3V |
Many changes and fixes
FAQs
Skywriter HAT Driver
We found that skywriter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.