motes

command module
v0.0.0-...-243a57b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2020 License: MIT Imports: 8 Imported by: 0

README

Motes

Motes is a digital communication protocol based on Musical Notes

Working:

  • Each byte is converted to a base 5 number
  • Each digit represents a musical note, starting from note A 440z (1) to E (5).
  • Zero (0) is F. G is a byte separator.
  • Doubled notes are not allowed sequentially. In this case the repetition is replaced by G#.
  • Each byte is converted to a musical note (Mote) then a G is appended indicating the end of the byte.

Example:

Working example using a tone generator

go run example.go motes.go "hello world"

Pourpose:

Just experimentation.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL