wrote a simple protobuf sleep_proto.c
begin layout stack begin install instructions added info to manpage license readme
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef CESSPOOL_H
|
||||
#define CESSPOOL_H
|
||||
|
||||
#include "key.h"
|
||||
|
||||
// bootstrap node
|
||||
// dht
|
||||
// discovery
|
||||
// lookup (key) ↳ lookup1
|
||||
// announce
|
||||
// ping
|
||||
// holepunch udp
|
||||
|
||||
#endif /* CESSPOOL_H */
|
||||
|
||||
1
inc/meat.h
Normal file
1
inc/meat.h
Normal file
@@ -0,0 +1 @@
|
||||
//deliverables... what is the core archive
|
||||
17
inc/sleep.h
Normal file
17
inc/sleep.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// TODO implement SLEEP
|
||||
#ifndef SLEEP_H
|
||||
#define SLEEP_H
|
||||
|
||||
#include "key.h"
|
||||
|
||||
/*metadata.key
|
||||
metadata.signatures
|
||||
metadata.bitfield
|
||||
metadata.tree
|
||||
metadata.data
|
||||
content.key
|
||||
content.signatures
|
||||
content.bitfield
|
||||
content.tree*/
|
||||
|
||||
#endif /* NURSERY_H */
|
||||
Reference in New Issue
Block a user