This commit is contained in:
April 2022-10-20 17:46:11 -07:00
commit ec4d1d580b
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -5,6 +5,20 @@ This software handles data collection and processing for The Weather Channel's I
* Firewall on the stock I2 image fixed to allow incoming connections from ``224.1.1.77`` on ports ``7787`` and ``7788``
* [Python 3.8.0](https://www.python.org/downloads/release/python-380/)
## Records
- [x] ADRecord - Airport Delays
- [x] BERecord - Alerts
- [ ] ClimatologyRecord - Record highs/lows
- [x] DDRecord - Daypart Forecast
- [x] DFRecord - Daily Forecast (7 Day Forecast)
- [x] ESRecord - Air Quality
- [x] IDRecord - Pollen
- [x] MORecord - Current Conditions
- [x] TIRecord - Tides
- [ ] TFRecord - Traffic Flow
- [ ] TNRecord - Traffic Incidents
- [ ] WMRecord - Marine Forecast
# Usage instructions
[Download a release](https://github.com/the5dcrew/i2MessageEncoder-Rewrite/releases) for the most stable version, or clone the repository.