mavlink / mavlink2rest

mavlink2rest creates a REST server that provides mavlink information from a mavlink source
MIT License
89 stars 28 forks source link

readme: update to use vehicle/component ids in urls #50

Open ES-Alexander opened 2 years ago

ES-Alexander commented 2 years ago

html and tests are using the updated urls:

/mavlink/{MSG}/... -> /mavlink/vehicles/{v}/components/{c}/messages/{MSG}/...

but the changes are not yet reflected in the README.