README.md 1.12 KB

ILP XIDs

ILP XIDs do not encode their ordinals (i.e. tags and offets). XIDData.prop is required to maintain backward compatibility.

Generate / Verify XIDData.prop

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop https://xid.location.studio/Tensor/V1.1/XIDData.prop \
     -prop https://xid.location.studio/HPE/V1.2/XIDData.prop \
     -prop https://xid.location.studio/SLAM/V1.0/XIDData.prop \
     -prop https://xid.location.studio/ILP/V1.2/XIDData.prop \
     https://xid.location.studio/ILP/V1.2/IlpAssistanceApi.xid.xml \
     https://xid.location.studio/ILP/V1.2/IlpPositioningApi.xid.xml \
     https://xid.location.studio/ILP/V1.2/IlpAnalysisApi.xid.xml

OR

$ java -Xnoclassgc -jar $XIDSDK/bin/xidcg.jar \
     -v \
     -prop ../../Tensor/V1.1/XIDData.prop \
     -prop ../../HPE/V1.2/XIDData.prop \
     -prop ../../SLAM/V1.0/XIDData.prop \
     -prop XIDData.prop \
     IlpAssistanceApi.xid.xml \
     IlpPositioningApi.xid.xml \
     IlpAnalysisApi.xid.xml

If xidcg reports:

Generating: xidout/meta/XID/XIDData.prop

Then something has changed and XIDData.prop needs to get updated.