Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inside the configuration folder, following structure is created:

  • receivesend-pmodes
  • sendreceive-pmodes
  • settings.xml

The folders send/receive-pmodes are the folders which configured the PModes (respectively send/receive). Samples of these PModes can be found in the Samples folder. The settings.xml file contains the global configuration of the component and is explained below (2.2).

Database Folder

Default SQLite is used as database. The .db file which contains the SQLite database is stored in this folder. Regardless of the database that is being used, this folder will by default also contain the following folder structure:

...

Inside the samples folder, following structure is created:

  • certificates
  • messagesreceive-pmodes
  • send-pmodes

Each folder contains the respectively the samples of send/receive-PModes and messages. Inside the certificates folder, you find sample certificates that can be used for sending (signing/encrypting) and receiving (verifying) messages.

...