1.0.1 • Published 2 years ago

@themirrazz/mikesoftp3 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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/.