Skip to content

auxoncorp/auxon-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

The Auxon SDK

A collection of clients, servers, protocols, and general API types for interacting with the APIs that are used throughout Auxon's suite of tools.

You can find more information about the entities and concepts referenced in this SDK in the documentation.

Implementations

SDK implementations currently exist for the following languages:

Rust

These libraries are the same as or very similar to what is used within Modality itself.

See the rust sdk directly for more information.

C

The C & C++ FFI for Auxon's SDK.

See the C sdk directly for more information.

Python

A native Python library for read access to trace data stored within modality.

See the Python client library directly for more information.

License

See LICENSE for more details.

Copyright 2022-2023 Auxon Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.