Skip to main content

ANDi SDK is a package to support powerful ANDi scripting API from python environment providing powerful Ethernet and automotive testing development kit.

Calling andisdk from Python

ANDi SDK allows the creation and handling of Ethernet based messages or channels, this can be done with or without an ANDi test project

# creating a message using a project
from andisdk import load_project
api = load_project(path_to_atp)
eth_msg = api.message_builder.create_ethernet_message()
# creating a message without a project
from andisdk import message_builder
msg = message_builder.create_ethernet_message()

Requirements to run ANDi SDK

ANDi SDK is portable, it can be used on both Windows and Linux machines.

Before running ANDi SDK, the following requirements need to be met:

  • .NET 5 runtime: responsible for running ANDi library files (dlls).

  • CodeMeter: responsible for license handling.

  • Npcap or Winpcap(Windows): responsible for hardware interfaces.

  • Libpcap (Linux): responsible for hardware interfaces.

Example

# this example will create and send an udp message
from andisdk import message_builder, andi
import sys

adapters = andi.get_adapters()

if (len(adapters) <= 0):
    print("No adapters found, stopping script")
    sys.exit()

adapter = adapters[0]
print("using adapter " + adapter.id + " to send udp message")
channel = andi.create_channel("Ethernet")
message = message_builder.create_udp_message(channel, channel)

message.payload = tuple([0x01, 0x02, 0x03, 0x04])
message.udp_header.port_source = 1234

print("sending udp message with payload " + str([x for x in message.payload]))
message.send()

Copyrights and licensing

This product is the property of Technica Engineering GmbH. © Copyright 2022, Technica Engineering GmbH

This product will not function without a proper license. A proper license can be acquired by contacting Technica Engineering GmbH. For license related inquiries, this email: support@technica-engineering.de is available from Technica Engineering.

Download files

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

Source Distribution

andisdk-1.11.6.tar.gz (91.9 MB view details)

Uploaded Source

Built Distribution

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

andisdk-1.11.6-py3-none-any.whl (92.6 MB view details)

Uploaded Python 3

File details

Details for the file andisdk-1.11.6.tar.gz.

File metadata

  • Download URL: andisdk-1.11.6.tar.gz
  • Upload date:
  • Size: 91.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for andisdk-1.11.6.tar.gz
Algorithm Hash digest
SHA256 2bbd99b422955145c4fa5d05f4e46d6c47015212fb6d47d96995f4622ce40cd5
MD5 c0bf38cb38f7b29e5f1f577d4f5d9302
BLAKE2b-256 8d362fadca9f1dd2744291b0676387297bc3d5574c29838c7775add99190256c

See more details on using hashes here.

File details

Details for the file andisdk-1.11.6-py3-none-any.whl.

File metadata

  • Download URL: andisdk-1.11.6-py3-none-any.whl
  • Upload date:
  • Size: 92.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for andisdk-1.11.6-py3-none-any.whl
Algorithm Hash digest
SHA256 92847b489d707c2c62ab77b62cd175e22c1bd3ab755f72591a9a11a675fa1a68
MD5 12252129f8d0fb8a5b32e7116f4020f5
BLAKE2b-256 9ced3cd16393c14bd9732c341e5692244c5d3c8646f5706ec2220a4a69cd044d

See more details on using hashes here.

Release history Release notifications | RSS feed

3.7.0

2 files

3.0.0

2 files

2.2.5

2 files

2.2.4.1

2 files

2.2.4

2 files

2.2.1

2 files

2.1.0

2 files

1.45.1

2 files

1.44.0

2 files

1.43.0

2 files

1.41.0

2 files

1.40.2

2 files

1.39.0

2 files

1.36.1

2 files

1.33.0

2 files

1.30.2

2 files

1.29.0

2 files

1.28.1

2 files

1.27.0

2 files

1.26.1

2 files

1.25.0

2 files

1.24.0

2 files

1.23.0

2 files

1.22.1

2 files

1.21.1

2 files

1.20.0

2 files

1.18.0

2 files

1.16.0

2 files

1.13.0

2 files

This release

1.11.6 This release

2 files

1.8.4

2 files

0.0.42

2 files

0.0.27

1 file

0.0.26

1 file

0.0.22

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page