├── .travis.yml ├── CMakeLists.txt ├── README.md ├── client.py ├── package.xml └── toys ├── README.md └── orientation.py /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/.travis.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/README.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/client.py -------------------------------------------------------------------------------- /package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/package.xml -------------------------------------------------------------------------------- /toys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/toys/README.md -------------------------------------------------------------------------------- /toys/orientation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomas789/iOSmsg_client/HEAD/toys/orientation.py --------------------------------------------------------------------------------