Skip to content

bullno1/MoaiRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoaiRemote

This is an utility to launch Moai apps remotely without building

Usage

Prepare your device:

  • Build a Moai app for your platform with the provided main.lua as the only source file
  • Launch it on your device
  • Make sure that your device's wifi is on and it's in the same network with your development computer
  • Yes, the screen is supposed to be black, don't worry

Locate your device (optional):

  • In the directory of this project, execute:

      moai-remote search
    
  • You should see your device name and IP listed. e.g:

      192.168.0.102   GT-I9100
    

Deploy your app:

  • Build a zip file with your main.lua (not the one provided) in the root directory of the archive. Refer to sample.zip for an example.

  • In the directory of this project, execute: moai-remote deploy <archive_name> <device_ip>. e.g:

      moai-remote deploy sample.zip 192.168.0.102
    

About

Another remote launcher for Moai SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages