
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
stellar-socks
Advanced tools
TCP server for interacting with a telescope via serial connection from planetarium software such as Stellarium and SkySafari.
_________ __ .__ .__ _________ __
/ _____// |_ ____ | | | | _____ _______/ _____/ ____ ____ | | __ ______
\_____ \\ __\/ __ \| | | | \__ \\_ __ \_____ \ / _ \_/ ___\| |/ / / ___/
/ \| | \ ___/| |_| |__/ __ \| | \/ ( <_> ) \___| < \___ \
/_______ /|__| \___ >____/____(____ /__| /_______ /\____/ \___ >__|_ \/____ >
\/ \/ \/ \/ \/ \/ \/
The inspiration for StellarSocks is to control my telescope via my mobile device. Many similar servers exist to allow remote connections or direct connections from a specific planetarium sofware application (e.g. Stellarium). My goal is to make this application telescope, planetarium software, and protocol agnostic.
This should run on any *nix or Windows server which supports NodeJS and has a serial connection to a telescope.
StellarSocks is still very much in its infancy. Since I know there are many astronomy enthusiasts looking for a solution, I decided to share as soon as I had something that works in a reasonably reliable fashion. I've tested this with my Celestron Nexstar 4SE using both Stellarium on my PC, and SkySafari Pro on my Samsung Galaxy S5. Please let me know what hardware and software you use this with, and contact me with the results (good or bad)!
By default the server will open a TCP socket on port 5000
, and connect to a telescope on /dev/ttyUSB0
. To configure these values, change the configuration in config.json
.
There's nothing much to this.
npm install stellar-socks
This application uses core libraries with the exception of serialport. Serialport may require specific installation steps but rather than repeating them here, I recommend reading voodootikigod's very detailed installation steps.
Complete the following steps:
npm start
More to come here. For now, check the following:
FAQs
TCP server for interacting with a telescope via serial connection from planetarium software such as Stellarium and SkySafari.
The npm package stellar-socks receives a total of 2 weekly downloads. As such, stellar-socks popularity was classified as not popular.
We found that stellar-socks demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.