# mailbox **Repository Path**: yanlusu/mailbox ## Basic Information - **Project Name**: mailbox - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-03 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mailbox A library for accessing the Mailbox interface (`/dev/vcio`) on Raspberry Pi. ## Installation ``` $ git clone https://github.com/Terminus-IMRC/mailbox $ cd mailbox/ $ cmake . $ make $ sudo make install ``` Or you can create `.deb` package: ``` $ make package $ sudo dpkg -i libmailbox-x.y.z-system.deb ``` ## Running tests ``` $ make test ARGS=-V ```