Date: 2021 DEC 12
Attendees:
- Chris DC (pwnOrbitals)
- Chris R (xionbox)
- Greg H (gregh)
- Everyone:
- list algos
- Chris R:
- try to apply tuto to parse .bsp de SPICE (by Greg Miller)
- Chris DC:
- Greg:
- tests/metadata.rs -> combine call line 60 & 61 into one function "load_file"
- Everyone:
- Figure out which simple low-collision hashing algorithm we could use for the tables in version 0.1 (requirement 1.x)
- Greg:
- Start working on the Rust project with the
specs
repo as a submodule - Investigate whether Flatbuffers could be used to write tests, or if another framework can be used to write generic tests in several languages to avoid cloning the test suite for each supported language
- Write 1.6 sub-requirements (Digital shape model data shall be storable for any arbitrary shape)
- Find existing file shape format for our need, or define a new one, or find a solution for that
- Start working on the Rust project with the
- Chris R:
- Create Github issues to start the specs
- Update requirements on language support tiers
- Proof of concept of maps in specs
- Chris DC:
- Chris R found a tuto to parse .bsp de SPICE (by Greg Miller)
- specs:
- Justification table spline
- Conversion SPICE files to ANISE (use SPICE toolkit or custom function), but first convert SPICE file into intermediate format
- dates and format, fpu
- anise.rs:
- Tryfrom which panic