Pi Device Operations Connector Client v2.0.11

Introduction
============
Pi Device Operations Connector Client is a remote access client that connects
local devices to the Pi Device Operations Connector Proxy for remote SSH access.

Usage
=====

1. Command-line Mode
--------------------
Run manually in the current terminal session:

    pidoc run -key <your-key>

Options:
  -v    Verbose output

2. Service Mode (Recommended)
-----------------------------
Install as a system service to run on boot:

    sudo pidoc service install <your-key>

Uninstall service:

    sudo pidoc service uninstall

Check service status:

    pidoc service status

Service management commands:

    systemctl status pidoc     # Check status
    systemctl start pidoc      # Start service
    systemctl stop pidoc       # Stop service
    systemctl restart pidoc    # Restart service
    journalctl -u pidoc -f     # View logs

Configuration
=============
Service mode config file: /etc/pidoc/config.json

Uninstall
=========
    sudo apt remove pidoc

Get Your Key
============
Visit https://ops.piops.net to create and manage your keys.

Support
=======
Website: https://piops.net
Email: support@piops.net
