Skip to content
/ .. /
SIM Array










SIM Array and SIM Emulators

Implementa SIM Arrays can be used to host multiple SIM cards that can be accessed by intaQt. SIM Emulator drivers and the SIM Emulator firmware must be installed before using the SIM Array. Additionally, the SIM Client needs to be installed on the PC running intaQt.

Note: Using SIM Array with intaQt will only work with Linux PCs.

SIM Array

Important! intaQt must be restarted after making changes to this configuration.

Syntax

1
2
3
4
SimArray {
    managerIpAddress = <String>
    clientPath       = <String>
}

Parameters

  • managerIpAddress - The IP address of the device running the Implementa SIM Manager software

  • clientPath - The path that points to where the Implementa SIM Client software is installed on the local device

Example

1
2
3
4
SimArray {
    managerIpAddress    = "192.168.1.1"
    clientPath          = "/opt/SimClient.4.4.19f"
}

The SIM Array server needs to be running as soon as contact with it should be made. The SIM Client will be started by intaQt on startup of intaQt if it finds a valid SIM Array configuration.

SIM Emulator

The SIM Emulator configuration represents a relation map of SIM Emulators to Android devices, specified by the Android and SIM Emulators' serial numbers. It can only be used with local phones.

In order for a phone to be recognized as a SIM Array phone, it needs to have both the SIM Emulator and the Android Devices configured.

Important! intaQt must be restarted after making changes to this configuration.

Syntax

1
2
3
SimEmulators {
    <serialNoSimEmulator String> = <serialNoAndroidDevice String>
}

Parameters

  • serialNoSimEmulator - The SIM Emulator's serial number

    • SIM Emulators' serial numbers can be found by printing the file /proc/simclients
  • serialNoAndroidDevice - The Android device's serial number

Example

1
2
3
4
SimEmulators {
    "SN#000014985EA5" = "014E281E0301F015"
    "SN#000014996244" = "01498FE70D01101A"
}