Thomas Philipona c82953465c Fixes OrderItemType
2018-10-03 17:55:45 +02:00
2018-10-02 16:27:58 +02:00
2018-10-03 17:55:45 +02:00
2018-10-02 16:27:58 +02:00
2018-10-02 16:27:58 +02:00
2018-10-02 16:27:58 +02:00
2018-10-02 16:27:58 +02:00
2018-10-02 16:27:58 +02:00
2018-10-02 17:08:04 +02:00
2018-10-02 17:57:29 +02:00
2018-10-02 16:27:58 +02:00

WebSocket Bridge for our LND enabled Beer Tap

build application

./gradlew build

how to run

get the built application from ./build/libs

java -jar websocket-bridge-0.0.1-SNAPSHOT.jar --url=wss://ln-self-order-pos-dev.ose3.puzzle.ch/websocket/invoice?access_token= --topic=/topic/invoice --command=./dummy_command.sh

Options:

  • url: the websocket to connect to
  • topic: the topic to subscribe to
  • command: the shell command that is executed when a message was received on the websocket

Two Options will be routed to the shell command that is executed

  • --memo
  • --products

for example:

./dummy_command.sh --memo="puzzleUp #9c4a Grey Card (CHF 5.00)" --products=PRODUCT_1
Description
No description provided
Readme MIT 3.6 MiB
Languages
Java 67.3%
Python 16%
Shell 14.1%
Dockerfile 2.6%