New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nstrumenta

Package Overview
Dependencies
Maintainers
2
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nstrumenta

cli tool for nstrumenta

latest
Source
npmnpm
Version
4.2.5
Version published
Weekly downloads
51
-72.58%
Maintainers
2
Weekly downloads
 
Created
Source

nstrumenta

Sensor solution platform for acquiring, processing, and visualizing sensor data.

Components

  • CLI (cli/): Command-line interface for managing projects, modules, data, and agents
  • Server (server/): Backend for authentication, storage, and WebSocket coordination
  • Frontend (frontend/): Angular web app for visualization and management
  • Agent (agent/): Edge runtime for sensor streams and module execution
  • Modules: User code packages that process sensor data (local or cloud)

Local Development

Requires a credentials/local.env file with GCLOUD_SERVICE_KEY.

# All services with hot-reload and debugger ports
docker compose --env-file=./credentials/local.env up --build

# Server only
docker compose --env-file=./credentials/local.env up --build server

# Without agent
docker compose --env-file=./credentials/local.env up --build --scale agent=0

# Production mode (no debuggers)
docker compose --env-file=./credentials/local.env -f docker-compose.yml up
      - ../../../Taner-Y-Banth/capture/:/capture

Keywords

nstrumenta

FAQs

Package last updated on 04 Jan 2026

Did you know?

Socket

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.

Install

Related posts