react-native-wake-on-lan
v0.2.1
Published
A React Native module to send Wake On Lan magic packets
Downloads
7
Readme
react-native-wake-on-lan
Installation
npm install react-native-wake-on-lan
Usage
import { awake } from 'react-native-wake-on-lan';
// ...
await awake('74:42:3C:24:36:02', 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library Based on jesper-lindberg/Awake