@numends/sap-bridge
v0.0.2
Published
SAP Bridge - Lightweight local agent for SAP ADT connectivity
Readme
@numends/sap-bridge
Lightweight local agent that maintains a persistent SAP ADT session and bridges it to the Numen cloud service.
Requirements
- Node.js >= 20
- Access to a SAP system with ADT enabled
Quick Start
# Install globally
npm install -g @numends/sap-bridge
# Setup (one-time)
sap-bridge init
# Start
sap-bridge startOr run directly with npx:
npx @numends/sap-bridge init
npx @numends/sap-bridge startCommands
| Command | Description |
|---------|-------------|
| sap-bridge init | Interactive setup wizard |
| sap-bridge start | Start the bridge |
| sap-bridge start -d | Start with debug logs |
| sap-bridge test | Test SAP connection |
| sap-bridge status | Show current configuration |
License
MIT
