Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzofelletti/psp-net
https://github.com/lorenzofelletti/psp-net
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorenzofelletti/psp-net
- Owner: lorenzofelletti
- License: mit
- Created: 2024-04-06T11:43:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T01:06:13.000Z (2 months ago)
- Last Synced: 2024-10-28T04:58:15.883Z (2 months ago)
- Language: Rust
- Size: 92.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSP Net
[![CI](https://github.com/lorenzofelletti/psp-net/actions/workflows/publish.yaml/badge.svg)](https://github.com/lorenzofelletti/psp-net/actions/workflows/publish.yaml/badge.svg)
[![crates.io](https://img.shields.io/crates/v/psp-net.svg)](https://crates.io/crates/psp-net)
[![docs.rs](https://docs.rs/psp-net/badge.svg)](https://docs.rs/psp-net)PSP Net is a [rust-psp](https://github.com/overdrivenpotato/rust-psp)-based netwoking crate for Sony PlayStation Portable (PSP).
The aim of this crate is to provide a simpler way to create PSP applications using networking.
It provides abstractions for:
- TCP and UDP socket
- TLS socket
- DNS resolution.The TCP Socket provided by this crate is compatible with [embedded-tls](https://github.com/drogue-iot/embedded-tls) TLS socket library.
# Rust Version Policy
This crate require the use of nightly Rust.You can set Rust nightly in your project by running `rustup override set nightly`.
To set a specific nightly version, use `rustup override set nightly-`.## MSRV
The minimum supported Rust version for this crate is (nightly) `1.81.0`.