Rev

Go to most recent revision | Blame | Last modification | View Log | SVN


# MAC address of the IUT
# can be either:
#   - a EUI-64 address  (64 bits)
#   - a short  address  (16 bits)

Ats6lowpanParameters.IUT_MAC_ADDRESS := '0200000001020304'O;


# PAN-ID to be used in the IEEE 802.15.4 adapter

Ats6lowpanParameters.IEEE_802_15_4_PAN_ID :=  '0000'O;


# Configuration of the 6lowpan adapter: the adapter connects to
# a UDP socket to transmit the IEEE.802.15.4 frames

# IP remote address
Ats6lowpanParameters.SIXLOWPAN_ADAPTER_IP := "127.0.0.1";

# UDP remote port
Ats6lowpanParameters.SIXLOWPAN_ADAPTER_PORT := 13000;