Skip to content

deathlesz/daytime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daytime

A simple implementation of daytime protocol (RFC 867) in pure x86_64 assembly using nothing but Linux syscalls.

It may not be the fastest implementation (I'm 100% sure it isn't), but it's good enough for me.

Building

$ nasm -f elf64 daytime.a -o daytime.o
$ ld daytime.o -o daytime

License

This project is released to the public domain according to UNLICENSE. You may do whatever you want with it.

About

A simple implementation of daytime protocol.

Topics

Resources

License

Stars

Watchers

Forks

Contributors