0.0
No commit activity in last 3 years
No release in over 3 years
A Local Gateway -developed by InSTEDD- implemented in Ruby for testing purposes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Local Gateway

A Local Gateway -developed by InSTEDD- implemented in Ruby for testing purposes.

Install

gem install local_gateway

Gemfile

gem 'local_gateway'

Usage

# Ask for a ticket.
# Returns the welcome message and the newly created local gateway.
msg, lgw = LocalGateway.with_automatic_configuration_for do |ticket_number|
  # Create nuntium channel with ticket number
end

lgw.send_at 'Hello!', to: '1234'

aos = lgw.receive_aos