Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ed-it/toolkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ed-it/toolkit

A tookit for creating emersive Elite Dangerous experiences

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

The Elite: Dangerous Immersion Toolkit

The The Elite: Dangerous Immersion Toolkit (EDIT) is an application that integrates with the Elite: Dangerous commander log and provides a way to have external actions trigger on events from the log.

Once started it looks for the current game log, a list of event methods are provided that do actions based on the events from the log. For example if we get the HeatWarning event we trigger our environmental effects set for it.

{ "timestamp":"2017-11-05T21:13:28Z", "event":"HeatWarning" }

It also provides a way to create environmental schemes for ambient light. Currently the app only ships with star colours, but could be extended to include things like star system economy types.

Currently the only implemented plugin is the Philips Hue light control. Features to be added:

  • Play sounds
  • Trigger Webhooks
  • Create streaming endpoints
  • Write to another file
  • Better API Endpoint and behind token based authentication
  • Better Docs!

Why create this tool

It started as an experiment with the Philips Hue API and integrating it into the game events. I started with an experiment using the light and triggering on certain events. Once I got this working I realised I could add other outputs from the app such as playing an additional sound, or triggering a webhook to a peripheral or network service.

This app is built on nodejs 8 and uses async/await through the code to achive a well structured layout in writing light recipies.

Installing

Currently the application is alpha software and not yet available via npm, or as a binary. You require node 8 to run this. After installing node you also need to run npm install -g windows-build-tools to install the required build tools. Once done you can clone the repo:

> git clone https://github.com/ed-it/toolkit.git ed-it
> cd ed-it
> npm install
> npm start

Once up and running you can go to http://localhost:12342/hubs and click "Manage Hubs". It will find all available hubs in the network. Select the one you want to use for the client. Next go to http://localhost:12342/settings and enter the username associated with your hub (docs on this soon!).

You also need to enter the location of you Elite: Dangerous logs. On Windows this is usually C:\Users\[username]\Documents\Save Games\Frontier Developments\Elite Dangerous.

Thanks to millstonebarn for the name suggestion.

FAQs

Package last updated on 08 Nov 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc