0.0.2 • Published 2 years ago

capacitor-udp-multicast v0.0.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

capacitor-udp-multicast

Main objective is to use UDP Multicast to send messages to a group

Install

npm install capacitor-udp-multicast
npx cap sync

API

startMulticastService(...)

startMulticastService(options: { message: string; }) => Promise<{ status: string; }>
ParamType
options{ message: string; }

Returns: Promise<{ status: string; }>


startMulticastReceiver()

startMulticastReceiver() => Promise<{ status: string; }>

Returns: Promise<{ status: string; }>


0.0.2

2 years ago

0.0.1

2 years ago