Metadata-Version: 2.1
Name: TauLidarServer
Version: 0.0.1.post1
Summary: Python package for Tau Studio web application
Home-page: https://github.com/OnionIoT/tau-lidar-server
Author: Onion Corporation
Author-email: hello@onioniot.com
License: MIT
Description: # TauLidarServer
        Python package for Tau Studio web application
        
        ![Onion Tau Lidar Camera](https://github.com/OnionIoT/tau-lidar-server/raw/master/img/onion-tau-lidar-camera-00.png)
        
        ## Main Features
        
        Starts the Tau LiDAR Camera server - initialize the camera and start the Tau Studio Web Application. Use Tau Studio with your browser to visualize data from the Camera and adjust the settings.
        
        TODO: add screenshot or gif of web viewer
        
        
        ## Installation & Supported Versions
        
        Install using pip on the command line:
        
        ```
        python -m pip install TauLidarServer
        ```
        
        Supports Python 3.6.1+
        
        ## Running the Application
        
        Run on the command line:
        
        ```
        python -m TauLidarServer
        ```
        
        If a Tau Camera is connected, you will see output like this:
        
        ```
        ToF camera opened successfully:
            model:      4.0
            firmware:   3.3
            uid:        69.549
            resolution: 160x60
            port:       /dev/cu.usbmodem00000000001A1
            IP address: 127.0.0.1
            URL:  http://127.0.0.1:8080
        
        Press Ctrl + C keys to shutdown ...
        ```
        
        Use a **web browser** to navigate to the URL listed in the command line output!
        
        ## Contributing to Development
        
        See the [development document](DEVELOPMENT.md) for instructions on local development.
        
        More info on contributing coming soon!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
