-
Notifications
You must be signed in to change notification settings - Fork 21
pxGrid Overview
Alan Lei edited this page Apr 4, 2018
·
2 revisions
pxGrid is a protocol framework that defines the control mechanisms to facilitate machine-to-machine communications
pxGrid is a protocol framework of high level mechanisms that can be use with any type of transport protocol.
Borrowing the terminology "Control" and "Data" from networking:
- pxGrid defines only "Control" mechanisms:
- Discovery
- Authentication
- Authorization
- "Data" between consumers and providers is not part of pxGrid. pxGrid does not restrict "Data" transports. In other words, pxGrid can adapt to any "Data" transport.
Because the machine-to-machine communication is faciliated by pxGrid:
- Reduce complexity of meshed network
- Centralized authentication and authorization
- Provides service abstraction
- Minimize human errors or laziness:
- Human-generated password
- Reuse of same passwords
- Missing configurations