Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
187 stars 41 forks source link

Add requirements for pool to VT client #376

Open GwnDaan opened 10 months ago

GwnDaan commented 10 months ago

To enhance backwards compatibility, object pools should be able to add certain hardware requirements on their pools. If the VT server doesn't comply with any of the pools' requirements, then we should upload a "minimally compatible pool" to let the operator know incompatibility.

Requirements can include:

Do we want to check the requirements via a callback, or let the application provide it when registering the pool? Thoughts?