Resources
In this page you can download resources for the development.
If you are integrating these resources in a software project, you can download them directly with a
GET http://api.sdvperformance.huxelerate.it/v1.0/software
/{hux-autosar-sil|hux-newtork-inspector|hux-network-unpacker}
?<os={windows|linux}>
&<artifact_type={exe|py3.10}>
&<current_version={your_current_version}>
where
{hux-autosar-sil|hux-newtork-inspector|hux-network-unpacker}is the name of the resource you want to download (required),{windows|linux}is the operating system you are targeting (default: windows),{exe|py3.10}is the type of artifact (executable or script) you want to download (default: exe);you can optionally specify the version of the software you currently have available on your system (
{your_current_version}) and the API will return HTTP 304 if the version you have is the same as the one available on the server.
Please note that the API is authenticated via Bearer token, which can be generated from the Settings page of the platform.