Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rslp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rslp

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Description

A Ruby wrapper for OpenSLP using FFI.

Installation

gem install rslp

Adding the trusted cert

gem cert --add <(curl -Ls https://raw.githubusercontent.com/djberg96/rslp/main/certs/djberg96_pub.pem)

Synopsis

require 'rslp'

# See docs for more methods
OpenSLP::SLP.new do |slp|
  p slp.find_services('myservice:myorg')
  p slp.find_scopes
  p slp.find_service_types
end

Known Bugs

None that I'm aware of. Please report bugs on the project page at:

https://github.com/djberg96/rslp

Running the Specs

You will need an OpenSLP server running on localhost to run all of the specs. The easiest way to do that is to install docker and run:

docker run -d -p 427:427/tcp -p 427:427/udp vcrhonek/openslp

Once you're done just terminate the container.

Notes

Also see Novell's SLP implementation.

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, so maintenance and releases will be sporadic at best.

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 and may occasionally tinker with it from time to time.

License

Apache-2.0

(C) 2003-2022 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

FAQs

Package last updated on 22 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc