Skip to content

Digilines: Simple Beha Protocol; a collection of various simple digilines tech.

License

Notifications You must be signed in to change notification settings

tigris-mt/digilines_sbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digilines: Simple Beha Protocol

Memory

Memory chips store data in a portable format, up to 64 KiB of serialized data for the largest.

Actions

  • Note that you can set an optional id = x in the action and the response/error will also have this id.
  • {type = "set", data = <any serializable lua data>}
  • {type = "label", text = "some infotext"}
  • {type = "get"}

Responses

  • {type = "setok", id = 1}
  • {type = "data", id = 1, data = <data in chip>}

Errors

  • {type = "error", error = "serialize", id = 1}
  • {type = "error", error = "limit", id = 1}

Fingerprint Scanner

Very simple, will broadcast a string with the player's name upon punch or rightclick.

About

Digilines: Simple Beha Protocol; a collection of various simple digilines tech.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages