Skip to content

smallmuou/SandboxAccessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SandboxAccessor

SandboxAccessor is a lib based on mongoose to access sandbox more easier.

Startup


Step1:import header
#import "SandboxAccessor.h"

Step2: enable
NSError* error = nil;    
[[SandboxAccessor shareAccessor] enable:&error];

if (!error) {
    NSLog(@"SandboxAccessor enabled. You can use web browser to access url: http://myip:28686");
}

Access

Note

Please add #ifdef OBJC #endif in pch file.

 #ifdef __OBJC__

 #import ....
 #import ....
 #import ....

 #endif

LICENCE

MIT

About

SandboxAccessor is a lib based on mongoose to access sandbox more easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published