Skip to content
Kovács Vince edited this page Feb 10, 2015 · 4 revisions

MultiWii Serial Protocol via TCP/IP

This package is for MultiWii multicopters to communicate with MSP protocol over TCP/IP protocol. The package contains two public object the TcpClient and TcpServer.

Features

  • Communication over TCP protocol
  • Support async and sync command calls
  • Command queue on client side
  • Priority command

Installation

Simply use npm with the following command:

npm install multiwii-msp

Clone this wiki locally