Sha256: 4cf42a5f4cc53f0c63e502d1ca7ae1f93e1737b004b68cb0a6a126696644faf3
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
## Description A Ruby wrapper for OpenSLP using FFI. ## Installation `gem install rslp` ## Synopsis ```ruby require 'rslp' OpenSLP::SLP.new do |slp| # See docs for more methods p slp.find_services p slp.find_scopes end ``` ## Known Bugs None that I'm aware of. Please report bugs on the project page at: https://github.com/djberg96/rslp ## Future Plans None at this time. ## Maintenance Please contact me about taking over maintenance of this library if you are interested. I'm not actually using it myself, and have no real plans to update it. Why then? I originally wrote most of this when I thought we might need it for a project at work. That never materialized, but I hated to let it go to waste, so I've published what I completed. ## License Apache-2.0 ## Copyright (C) 2003-2021 Daniel J. Berger, All Rights Reserved ## Warranty This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose. ## Author Daniel J. Berger
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rslp-0.0.1 | README.md |