How to measure the network performance
How to measure the network performance *
**
The following commands should be executed on the Indigo server and the destination should be the connected Devices. If there is any variation from a network point of view between the location of the various devices connecting to an Indigo Server, then they should be tested separately.
Windows
PS C:\Users\roland> ping -n 1000 -l 512 192.168.128.14
Pinging 192.168.128.14 with 512 bytes of data:
Reply from 192.168.128.14: bytes=512 time=1ms TTL=63
Reply from 192.168.128.14: bytes=512 time<1ms TTL=63
Reply from 192.168.128.14: bytes=512 time<1ms TTL=63
Reply from 192.168.128.14: bytes=512 time<1ms TTL=63
.
.
.
Reply from 192.168.128.14: bytes=512 time<1ms TTL=63
Reply from 192.168.128.14: bytes=512 time<1ms TTL=63
Reply from 192.168.128.14: bytes=512
JSON Request
JSON Request *
**
{
"Command": "Authorisation",
"DeviceSerialNumber": "81546628",
"MerchantReference": "Roland20190212.1",
"Currency”: “ZAR”,
"Amount": 1001,
"BudgetPeriod" : 0,
"CashAmount": 0,
"Terminal" : "Roland"
}
JSON Request
JSON Request *
**
{
"Command": "Debit",
"DeviceSerialNumber": "81546628",
"MerchantReference": "Roland20190212.2",
"Currency”: “ZAR”,
"Amount": 1002,
"BudgetPeriod" : 0,
"CashAmount": 0,
"Terminal" : "Roland"
}
JSON Request
JSON Request
**
{
"Command": "Credit",
"DeviceSerialNumber": "81546628",
"MerchantReference": "Roland20190212.3",
"Currency”: “ZAR”,
"Amount": 1003,
"Terminal" : "Roland"
}
Settlement of a previously successful Authorisation
Settlement of a previously successful Authorisation *
**
* *
JSON Request
JSON Request *
**
{
"Command" : "Debit",
"DeviceSerialNumber": "81546628",
"MerchantReference": "Roland20190212.1",
"Amount": 1001,
"OriginalMerchantTrace" : "292732.287654448218"
}
JSON Request
JSON Request *
**
{
"Command": "Credit",
"DeviceSerialNumber": "81546628",
"MerchantReference": "Roland20190212.1",
"Amount": 1001,
"OriginalMerchantTrace": "292732.287654448218"
}