0.0.8 • Published 11 years ago

test-socket-server v0.0.8

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

test-socket-server

Build Status

A socket server for testing clients. Still a work-in-progress since i'll be adding to this as needed to test client functionality.

It expects the data to be sent in the following format:

frame_sizerpc iddata
3232ignored

And returns random data between 100 and 2048 bytes in the following format:

frame_sizerpc idrandom data
3232100-2048

Data is sent in Big-endian.

Install

npm install test-socket-server

Test

Functional Tests

Use this to run some basic functional tests:

npm test

License

MIT License

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago