Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 414 Bytes

remoteWOL

Remotely Turn On Your PC or NAS Over the Internet

Instructions

  • As described here you must store secret your Parse Application Id and Parse Client Id at ~/.gradle/gradle.properties:
# define your secret values
ParseApplicationId="xxx"
ParseClientKey="xxx"