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

stm32-proxy

v0.1.0

Published

A supersimple POST request proxy for STM32L0.

Downloads

12

Readme

stm32-proxy

A supersimple POST request proxy for STM32L0.

What is it

It proxies requests coming from an STM Nucleo Board to the net via USB. Requests from the board must be encoded through a protobuf and sent over the serial port.

Install

Install it with

npm install stm32-proxy

Usage

Usage:
    stm32-proxy PROTO [ -p PORT ] [ -g PLUGIN ]
    stm32-proxy ( -h | --help )

Options:
    -h, --help              help for stm32-proxy
    -p, --port PORT         port to use to connect to the stm32
    -g, --plugin PLUGIN     javascript plugin (implements init() and process(data))


Arguments:
    PROTO                   prototype file

Author

  • Vittorio Zaccaria

License

Released under the BSD License.


New features

  • add processing plugins -- [Sep 18th 15](../../commit/2f21fab89768fa8a432d42172b95c3e2ea56a6d9)
  • use js-csp for channels, parse header and packet size -- [Sep 15th 15](../../commit/34c09e9786c5482e000ac129e88025e24e043912)

Bug fixes

  • add protobuf library to the mix -- [Sep 16th 15](../../commit/629abcb7caf00f370c9bd04a3ae7441128588c92)

Changes to the build process

  • update docs -- [Sep 16th 15](../../commit/04e1128bd4f6e5a23dbd2507b970af7a90f4991f)
  • initial commit -- [Sep 15th 15](../../commit/f239fb4e996c83f4988435bd349cb5447fc7a231)