Skip to content

PatriikPlays/sgps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sGPS

Secure and reliable ComputerCraft GPS for everyone!

Constant use

Important

This is NOT intended for constant use!

Examples:

# green = correct usecase
# red   = incorrect usecase

+ turtle pings sGPS to get position on boot
- turtle pings sGPS to receive position on every move

Technical details

A diagram showing the inner workings. Described below.

sGPS uses ed25519 from ccryptolib to sign GPS packets once requested. Each GPS request packet must contain random data, and the client must also store this data while waiting for responses. The GPS server will sign your random data, and broadcast it back. Once received, the client verifies the random data and the signature.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages