-
Notifications
You must be signed in to change notification settings - Fork 0
Community Meeting Notes
Jim Hodapp edited this page Mar 10, 2022
·
11 revisions
Note: these notes are deprecated and have been moved here
This is a running log of our weekly community meeting conversations, currently held every Thursday evening at 7 PM US CST. The latest meeting notes should always be listed first (reverse chronological order).
Topics
- Latest status on PoC completion
Topics
- Finishing off Edge / ESP32 PoC + next steps
- What would it mean to communally design an ESP32 WiFi API and Rust Crate?
- Discuss new concept of picking a current singular growth focus for the community (e.g. what are high quality PR reviews?)
Topics
- Off for this week
Topics
- ESP32 WiFi PoC project work session
Topics
- Next steps for the project
- Public documentation on the GH wiki of what hardware to purchase, how to wire it up properly for development, and links to the Getting Started with Rust on a RPi Pico article series
- [Caleb, Borys, Jim] Working towards the ESP32 being able to connect to a wifi network and transfer HTTP data (a simple POST?) in Rust
- Community design of an API and move the Wifi functionality into a Crate
- Use traits
- TDD process for testing the API interface
- Mature API design and implementation practice (a decent example to emulate)
- Implementation of a Rust crate for the ESP32 wifi driver
- Set up automatic test runs in a CI pipeline on GitHub
- These should run with each new commit pushed by anyone to the repo
- These should block merging if the tests don’t pass
- Incorporate the crate into the edge-rs codebase
- Write a newsletter article series on the work that we’re doing which will help clarify our thinking and get the word out about our project and how others can get involved and/or use our crate