dtls
Version, currently 0.9.15 versions
- 0.9.4latestJul 15, 2026
- 0.9.3not indexedJul 15, 2026
- 0.9.2not indexedJul 15, 2026
- 0.9.1not indexedJul 15, 2026
- 0.9.0not indexedJul 15, 2026
github.com/spider-gazelle/crystal-dtls
DTLS support for crystal lang
Nothing has been indexed for 0.9.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
dtls:
github: spider-gazelle/crystal-dtls
version: ~> 0.9.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.9.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Crystal Lang DTLS Support
Communicate over UDP securely with DTLS
Installation
-
Add the dependency to your
shard.yml:dependencies: dtls: github: spider-gazelle/crystal-dtls -
Run
shards install
Usage
require "dtls"
host = UDPSocket.new
host.connect "dtls.server", 4444
# Wrap the UDP connection
socket = DTLS::Socket::Client.new(host)
# Communicate over DTLS
socket << "request"
socket.flush
response = socket.gets
socket.close
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.9.1- Tagged
- Jul 15, 2026
- Commit
2c63746b2c95- Indexed
- not yet
Dependents
Repository
github.com/spider-gazelle/crystal-dtls
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 5