Metadata-Version: 2.1
Name: phygital
Version: 0.0.6
Summary: A powerful package to work on IoT projects
Home-page: https://github.com/pypa/sampleproject
Author: Renuka Angole
Author-email: renuka.angole@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Requires-Dist: requests

# -*- coding: utf-8 -*-
"""
Created on Mon Jul 29 11:12:10 2019

@author: Skills Cafe
"""

# Example Package

A powerful package to work on IoT projects.
This Package is specially designed for ESP32 boards.
Where ESP32 boards communicates via BLE. 
So there is one Server ESP32 Node which communicates to the Client ESP32.
Server ESP32 node is interfaced to PC through serial communication.

This package facilitates the entire communication happening with specific Skills Cafe Protocol.




