Skip to content
David Roden edited this page Mar 30, 2017 · 1 revision

PeerNote is sent by the Freenet node to a client program in response to a ListPeerNotes or a ModifyPeerNote message.

It provides a peer note of a peer of the node. The NoteText is encoded using Freenet’s modified Base64 encoding.

Example

 PeerNote
 Identifier=foo
 NodeIdentifier=[UB] UberNode
 NoteText=VWJlck5vZGUgKHVudGlsIEkgaGF2ZSByZWFsIHBlZXJzKQ==
 PeerNoteType=1
 EndMessage
Clone this wiki locally