npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

car-detector-connect

v0.3.1

Published

Edge Cloud Connector CarDetector Connect

Downloads

66

Readme

Edge Cloud Connector CarDetector Connect

Electron based project using Angular and Node JS that builds into a Windows application for device discovery and internet connection sharing.

App Desciption

The application is capable of listing VLPs provisioned with the ECC Provisioning App on the local network. In addition, when connecting a VLP to the device running the application with an ethernet cable, the application will automatically detect the device and share internet (listing it as well). The application will also differentiate between CD6.5 and CD7 devices (this is determined by the applianceSubtype in the provisioning app) by showing a button labeled ‘Open CarDetector’ on CD7 devices.

How to Use

In order to utilize the internet sharing feature, an existing internet connection is required as well as connecting the device running the application through ethernet to a device running the Edge-Cloud-Connector OS.

  1. Start the Application, through an executable or through the development instructions below.
  2. The application will automatically list provisioned devices connected on the same network, differentiating between CD6.5 and CD7 devices.
  3. If there is a valid internet connection source and an ECC OS Device is connected through ethernet, Internet Connection Sharing (ICS) will be established. Once established, devices connected through ICS will also be listed.
  4. Devices running CD7 will have a button labeled "Open Car Detector" which will open the CD7 Web Interface within a new application window (pending development).

Config

To use MSI packages and components from libraries like Cobalt

  1. configure the local .npmrc for your project
  2. Since new way of resolving npm packages is not supported, if error is displayed on npm install run npm install --legacy-peer-deps

Install Angular

Install Angular and node dependencies:

  • run npm i -g @angular/cli@latest

Setup

Install Node Modules:

npm install --legacy-peer-deps

Development

NOTE: The application must be run as an administrator in order to use the internet sharing features

  1. npm run build builds angular frontend web content to ./frontend/dist
  2. npm run serve serves the angular frontend at localhost:4200
  3. npm start runs the electron application locally