Advanced Search
Search Results
3 total results found
Mail clients and mail servers
In order to send mail between two nodes, there ideally should be some kind of client/server setup in which the exchange occurs. The mail client is responsible for obtaining mail from the mailbox (see next chapter) while the mail server is responsible for recei...
Mailboxes and the Blobchain
A mailbox can be seen as a directory containing a number of content addressed files, each of which represent an individual unit of mail. In other words, the filename of each mail file is the SHA256 hash of its content which is to contain a timestamp at the ver...
Kernel logging and knotting
The SP1 kernel provides a central logging facility for developers of system software to use, this can be found as the printf() function from the lib/printf.h header. This is very useful to inform users of various occurrences within the kernel, it should be us...