Geo
Geofencing
Zone entry/exit, POIs, forbidden zones.
Configurable rules engine: geofencing, speed, off-hours, driving score. Web push, SMS and email notifications.
Zone entry/exit, POIs, forbidden zones.
Global, per-zone or per-segment limits. Configurable tolerance.
Detection of off-schedule driving (driver, day, team).
0–100 score per driver: braking, acceleration, cornering, speed.
Instant browser notifications via WebSocket.
Customisable templates, multi-recipient, escalation.
Rules are stored as graphic profiles (GraphicProfiles) and evaluated in real time at the gateway level:
// Profil exemple — vitesse + horaires
{
"speed_limit": 80, "speed_tolerance": 5,
"off_hours": ["00:00-06:00"],
"geozones": [12, 47],
"notify": ["web", "sms"]
}
| Stockage règles | GraphicProfiles |
| Eval engine | in-gateway (Java) |
| Push web | WebSocket /ws/WebClient |
| SMS | SmsSender + GreenAPI |
| Standard SMTP | |
| Scoring | TripsAnalyzer |
Bundled with FleetMan — activation is instant. Contact your account manager or start a free trial.