# hydro-meteo-gw-app-python **Repository Path**: mirrors_CiscoDevNet/hydro-meteo-gw-app-python ## Basic Information - **Project Name**: hydro-meteo-gw-app-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prototype Gateway Application Used to test the workings of a (newly) provisioned gateway. The intention of this code is to read data from a single RS232 serial connection on /dev/ttyS1, which might be simulated via the simulator repository, and send that data to the IBM Watson IoT platform to check if the router is successfully configured. ## Dependencies When developing on this application, make sure you use the following dependencies * Python 2.7.3 * pip (has to be installed separately via https://packaging.python.org/tutorials/installing-packages/#install-pip-setuptools-and-wheel -> get-pip.py * virtualenv * All other dependencies can be installed with ```pip install -r requirements.txt```