mirror of
				https://github.com/mewtek/i2ME-Legacy.git
				synced 2025-06-10 05:30:00 -05:00 
			
		
		
		
	
			
				
					
						
					
					37162873380e524d279d430b20c6a7cd8a4a0796
				
			
			
		
	i2RecordCollector
This software handles data collection and processing for The Weather Channel's IntelliStar 2 software using a mix of TWC's v1, v2, and v3 APIs.
Requirements
- Firewall on the stock I2 image fixed to allow incoming connections from 
224.1.1.77on ports7787and7788 - Python 3.8.0
 
Records
- ADRecord - Airport Delays
 - BERecord - Alerts
 - ClimatologyRecord - Record highs/lows
 - DDRecord - Daypart Forecast
 - DFRecord - Daily Forecast (7 Day Forecast)
 - ESRecord - Air Quality
 - IDRecord - Pollen
 - MORecord - Current Conditions
 - TIRecord - Tides
 - TFRecord - Traffic Flow
 - TNRecord - Traffic Incidents
 - WMRecord - Marine Forecast
 
Usage instructions
Download a release for the most stable version, or clone the repository.
git clone https://github.com/the5dcrew/i2MessageEncoder-Rewrite
(If downloading this as a zip, extract to the directory of your choosing.)
Install the requirements in requirements.txt
py -3 -m pip install -r requirements.txt
Drop your IntelliStar 2's MachineProductCfg.xml file into the root of the directory of the encoder, then run main.py.
					Languages
				
				
								
								
									Python
								
								100%