Skip to content

tpuronen/rump-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rump-iOS

Rump-iOS is Rump client for iOS devices. For more information about Rump, see: https://github.com/raimohanska/rump

Using Rump-iOS

Implement RumpDelegate methods to receive notification about response from Rump server.

-(void)connectedWith:(NSSet*)others {
  ...
}

-(void)onNoMatch {
  ...
}

-(void)onFailedWithError:(NSError*)error {
  ...
}

Use Rump:

CLLocationCoordinate2D loc = ...
Rump* rump = [[Rump alloc]initWithBaseUrl:[NSURL URLWithString:@"http://rump.domain.com/demo"] user:@"user" nickname:@"John Doe" delegate:self];
[rump rumpInLocation:loc];

About

Rump client for iOS devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published