From 255bb42083e38b27a21d0d5a039a0319a88afe63 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 4 Oct 2023 11:54:51 -0500 Subject: [PATCH] add psn lib --- content/projects/posistagenet.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/projects/posistagenet.md diff --git a/content/projects/posistagenet.md b/content/projects/posistagenet.md new file mode 100644 index 0000000..1422368 --- /dev/null +++ b/content/projects/posistagenet.md @@ -0,0 +1,17 @@ +--- +title: "PositStageNet JS Lib" +date: 2023-09-10T12:00:00-06:00 +draft: false +--- + +## What is it? +A TypeScript implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf) that supports both encoding/decoding. This implementation is transport agnostic and has 0 dependencies. + +Some of the technologies are listed below. + +* [NodeJS](https://nodejs.org/) +* [TypeScript](https://www.typescriptlang.org/)d + +## Where can I get it? +* [Source](https://github.com/jwetzell/psn-js) +* [NPM](https://www.npmjs.com/package/@jwetzell/posistagenet) \ No newline at end of file