Please enable JavaScript to view this site.

Parking Rights Service Provider DLL - User guide

Navigation: Configuration > CwtConfig.xml

Pay unit extended properties

Scroll Prev Top Next More

<PAYUNIT name="Ext0" type="BalanceAccount" filename="extpu_PRSP.dll">
<extendedproperties>
<properties name="ParkingRightsHostName" value="streetsmart.parkeon.com" />
<properties name="ParkingRightsHostPort" value="443" />
<properties name="ParkingRightsHostPath" value="/sit1" />
<properties name="ConnectionTimeoutSeconds" value="10" />
<properties name="UseCompression" value="true" />
<properties name="MaintenanceTime" value="03:00" />
<properties name="MaintenanceTimeRandomOffset" value="120" />
<properties name="DoAuthentication" value="true" />
<properties name="DoTLSdebug" value="false" />
<properties name="DoPerformanceLog" value="false" />
<properties name="DoHttpLog" value="false" />
<properties name="CreatePosOrder" value="true" />
</extendedproperties>
</PAYUNIT>

ParkingRightsHostName:

Name or IP address to the gateway. The default is ‘streetsmart.hub.flowbird.eu’

ParkingRightsHostPort:

The port in the gateway. The default is ‘443’

ParkingRightsHostPath:

The path to the site servicing the request. The default is ‘/parking’

ConnectionTimeoutSeconds:

Timeout in seconds for connection attempts. The default is ‘10’

MaintenanceTime:

The time when the certificate is checked and renewed. The default is ‘03:00’

MaintenanceTimeRandomOffset:

Used to prevent terminals from doing maintenance at the same time

CreatePosOrder:

Send transaction data to the server for each purchased ticket. The default is ‘true’

DoHttpLog:

Write request and response HTTP to ‘ServiceCommLog.txt’. The default is ‘false’

DoPerformanceLog:

Write performance data to ‘StreetSmartApi.txt’. The default is ‘false’

DoAuthentication:

Use certificate and JWT token for authentication. The default is ‘true’

UseCompression:

Compress the message body before sending. The default is ‘false’

DoTLSdebug:

Write a low-level trace during the handshake from mbedTLS to ‘StreetSmartApi.txt’. The default is ‘false’