1.0.6 • Published 5 years ago

spyghost v1.0.6

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

📝 Table of Contents

🧐 About

Since the original IConSpy app hasn't been updated in a while, I decided to create a small library to enable controlling the SpyGhost wifi car.

🏁 Getting Started

Prerequisites

This library uses nodejs and Typescript. To handle the data stream to and from the car, I'm using RxJs

Installing

npm install spyghost

🎈 Usage

const ghost = SpyGhost.getInstance(); // Establishes a connection. Ensure you're connected to the car's wifi 
ghost.move( movement: Movement ); // Moves the car. 
ghost.close(); // Closes the connection

The Movement interface represents the movements (forward, backward, left, right) and velocity. The direction of the movement is abstracted by the Axis interface

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago