Skip to main content

Rust backend for NaluDAQ

Project description

NaluDAQ_rs

Rust backend for NaluDaq.

Setup

Make sure the Rust toolchain is installed.

Clone the repository to a suitable location:

git clone https://github.com/NaluScientific/naludaq_rs.git

Done!

Building the backend for python

pip install maturin
maturin build

Building the Backend

The backend is easy to build:

cd naludaq_rs
cargo build --release

Developers may ommit the --release flag for unoptimized builds.

Building for RPI4

Building using docker:

docker build . -t cc/rpi4

to make the container, the build the app with:

docker run --rm -v ${pwd}:/app cc/rpi4

Running the Backend

To run the backend, run the following command:

cargo run  --release -- [<ROOT>] [--addr <ADDR>] [-d | --debug]  [--api]

Where the arguments are as follows:

  • <ROOT> is the root directory to run the server in. By default, it is the current working directory of the terminal it was run from.
  • --addr <ADDR> is the address to bind the server to in the format IP:PORT. If unspecified, the server is bound to an open port on the loopback address.
  • -d | --debug shows additional debug messages.
  • --api will open the Swagger UI in the system browser.

Documentation

The documentation can be built using the following command:

cargo doc --document-private-items --no-deps

The API

NaluDAQ_rs is controlled through its REST API over HTTP. This allows it to be controlled from any machine connected to a network.

The backend can be controlled on the fly via Swagger. Use the --api flag when starting the backend to display the Swagger UI.

Alternatively, the (non-interactive) Swagger UI may be viewed without the backend by running the following command:

cargo run --bin api -- [--output OUTPUT_FILE]

If the --output argument is provided, the OpenAPI JSON data describing the API is written to the file and the program will immediately exit.

Developers

Profiling

Use the build profile called `release-with-debug for building release mode with debug symbols.

cargo build --profile release-with-debug

On Windows machines with Intel processors you can use Intel VTune to profile the backend.

Building the Documentation

cargo doc --open

Tweaking Dependencies

The crate depends on a couple crates published to crates.io. If you are touching these dependencies and wish to test out your changes without publishing the crates, clone the dependencies and change these lines in Cargo.toml:

# naluacq = "X.X.X"
# ft60x_rs = "X.X.X"
naluacq = { "path" = "path/to/naluacq" }
ft60x_rs = { "path" = "path/to/ft60x-rs" }

Architecture

Below is a non-exhaustive diagram of the architecture of the backend highlighting only the main components and their interactions.

graph LR

    Board[Board]
    Connection[Connection]
    Disk[Disk]
    subgraph workers [Workers]
        Worker_Connection[Connection Worker]
        Worker_Package[Package Worker]
        Worker_Storage[Storage Worker]
        Worker_Answer[Answer Worker]
        Worker_Answer_Buffer[Answer Buffer]
    end
    subgraph server [Server Endpoints]
        Endpt_Configure_Workers[Configure Workers]
        Endpt_Send_Command[Send Command]
        Endpt_Recv_Answer[Receive Answer]
        Endpt_Fetch_Event[Fetch Event]
        Endpt_Manage_Connection[Manage Connection]
    end
    Board -->|Readout/Answer| Connection
    Connection -->|Board Output| Worker_Connection
    Connection -->|Command| Board
    Worker_Connection -->|Board Output| Worker_Package
    Worker_Package -->|Event| Worker_Storage
    Worker_Package -->|Answer| Worker_Answer
    Worker_Storage -->|Event| Disk
    Worker_Answer -->|Answer| Worker_Answer_Buffer

    Endpt_Send_Command -->|Command| Connection
    Worker_Answer_Buffer -->|Answer| Endpt_Recv_Answer
    Disk -->|Event| Endpt_Fetch_Event
    Endpt_Manage_Connection -->|Configuration| Connection
    Endpt_Configure_Workers -->|Configuration| Worker_Package
    Endpt_Configure_Workers -->|Configuration| Worker_Storage
    Endpt_Configure_Workers -->|Configuration| Worker_Answer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

naludaq_rs-0.2.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

naludaq_rs-0.2.13-cp39-abi3-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.9+Windows x86-64

naludaq_rs-0.2.13-cp39-abi3-win32.whl (7.4 MB view details)

Uploaded CPython 3.9+Windows x86

naludaq_rs-0.2.13-cp39-abi3-musllinux_1_2_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.9+musllinux: musl 1.2+ x86-64

naludaq_rs-0.2.13-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.9+manylinux: glibc 2.17+ x86-64

File details

Details for the file naludaq_rs-0.2.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for naludaq_rs-0.2.13-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9826efa573be61f6baa303801a02b7a3ebbfc53bc19d377de2d43559ef076c32
MD5 62cde71cacf81324b52dd234d9870faf
BLAKE2b-256 c9596289b5eb65ab7a4f1dc69045e6eea8b8c5f437f528c4269d14560f2806f1

See more details on using hashes here.

File details

Details for the file naludaq_rs-0.2.13-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for naludaq_rs-0.2.13-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5cb1e215c62abf215ef215d78e1c7b633d823a701660b755ca96e36d33f2c5af
MD5 df1d5276b1895dfb3d3f8db228898816
BLAKE2b-256 36e160276c41748e5f132810e4f835555a81e51dda1ebd41bf80d21a289fc452

See more details on using hashes here.

File details

Details for the file naludaq_rs-0.2.13-cp39-abi3-win32.whl.

File metadata

  • Download URL: naludaq_rs-0.2.13-cp39-abi3-win32.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.9+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for naludaq_rs-0.2.13-cp39-abi3-win32.whl
Algorithm Hash digest
SHA256 283b256f5cb559ab3ddfd5013a57000fafb9ec348fc297014ce9891cca918d1d
MD5 fc9872cdb61607d3c375d9a64ea287a6
BLAKE2b-256 65b9950d81d72229262d7546fafb78db4fa135e468071f9813b5eea6bbfe3820

See more details on using hashes here.

File details

Details for the file naludaq_rs-0.2.13-cp39-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for naludaq_rs-0.2.13-cp39-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a9142361550b9b43d6651455e46902f164f97dc709f3d678174270b7626a8f60
MD5 8041ee5b695e860e68931265a429a3ca
BLAKE2b-256 8242719001c7042885b845c84c9b72c6623dc086f2f8f7302611b139214dc4a5

See more details on using hashes here.

File details

Details for the file naludaq_rs-0.2.13-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for naludaq_rs-0.2.13-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8569f14ed97ba422b2e9a541a6784b6f6e3edfc271c6e42791e06241a7a1c48
MD5 b70867ba0aea5be7764ba7a0ed311062
BLAKE2b-256 f4563b1d16e0c0c52a25c8b9a9dbf665249d50506076bc0eb87156f6591cf9d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page