@themirrazz/mikesoftp3

1.0.1 • Public • Published

MikesoftP3

This simple, easy-to-use library allows you to connect to the Mikesoft P3 network included in Windows 96.

The export is actually a constructor, which you can use to create P3 instances, like this:

const P3=require("mikesoftp3")
const p3=new P3()

You can also use an existing P3 address if you have it's key, by doing this:

const P3=require("mikesoftp3")
const p3=new P3("keygXebbB3kx=")

The constructor also takes a second paramater. This is to change the P3 relay server, and defaults to wss://windows96.net/.

Readme

Keywords

Package Sidebar

Install

npm i @themirrazz/mikesoftp3

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

10 kB

Total Files

3

Last publish

Collaborators

  • themirrazz