Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 885 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 885 Bytes

SUT: Simple Universal Time

Have a look at

http://telmich.github.io/sut/

for live demonstration and

http://www.nico.schottelius.org/docs/sut/

for documentation.

Currently SUT has been implemented in the following languages:

  • C
  • Javascript

C

The C implementation is provided by Benjamin Kaiser and can be found in sut.c.

To create the executable sut run it with the following commands:

make
./sut

This is licenced under the GPL-3.0 licence.

Javascript

The Javascript implementation is provided by Stefanos Kornilios Mitsis Poiitidis and can be found in sut.js.

The Javascript Implementation can be seen at http://telmich.github.io/sut/

Credits

  • Nico Schottelius (original specification)
  • Stefanos Kornilios Mitsis Poiitidis (Javascript implementation)
  • Benjamin Kaiser (C implementation)