spezinetworking

A collection of networking-related infrastructure to support Spezi applications.

https://github.com/stanfordspezi/spezinetworking

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A collection of networking-related infrastructure to support Spezi applications.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 10
  • Forks: 0
  • Open Issues: 0
  • Releases: 9
Created over 1 year ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

SpeziNetworking

Build and Test codecov DOI

A collection of networking-related infrastructure to support Spezi applications.

Overview

SpeziNetworking provides easy to use infrastructure in networking applications.

ByteCoding

The ByteCoding package provides the necessary infrastructure to make encoding and decoding of a type to or from its respective binary representation easy to use.

| Type | Description | |:---------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------| | ByteCodable | A type that is encodable to and decodable from a byte representation. | | ByteEncodable | A type that is decodable to a byte representation. | | ByteDecodable | A type that is decodable from a byte representation. |

SpeziNumerics

Implementation of numeric types that are not supported out of the box in the standard library or are only found in networking protocols.

| Type | Description | |:--------------------------------------------------------------------------------------------------------------------------------------:|--------------------------------------------------------------| | MedFloat16 | Medical 16-bit float using base 10 | | MedFloat32 | Medical 32-bit float using base 10 | | Int24/UInt24 Support | Support reading and writing Int24 and UInt24 with ByteBuffer |

Setup

You need to add the SpeziNetworking Swift package to your app in Xcode or Swift package.

License

This project is licensed under the MIT License. See Licenses for more information.

Contributors

This project is developed as part of the Stanford Byers Center for Biodesign at Stanford University. See CONTRIBUTORS.md for a full list of all TemplatePackage contributors.

Stanford Byers Center for Biodesign Logo Stanford Byers Center for Biodesign Logo

Owner

  • Name: Stanford Spezi
  • Login: StanfordSpezi
  • Kind: organization

Citation (CITATION.cff)

#
# This source file is part of the Stanford Spezi open-source project
#
# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md)
#
# SPDX-License-Identifier: MIT
# 

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schmiedmayer"
  given-names: "Paul"
  orcid: "https://orcid.org/0000-0002-8607-9148"
- family-names: "Bauer"
  given-names: "Andreas"
  orcid: "https://orcid.org/0000-0002-1680-237X"
title: "SpeziNetworking"
doi: 10.5281/zenodo.11508061
url: "https://github.com/StanfordSpezi/SpeziNetworking"

GitHub Events

Total
  • Create event: 7
  • Issues event: 1
  • Release event: 2
  • Delete event: 6
  • Issue comment event: 2
  • Push event: 11
  • Pull request review comment event: 2
  • Pull request event: 3
  • Pull request review event: 4
Last Year
  • Create event: 7
  • Issues event: 1
  • Release event: 2
  • Delete event: 6
  • Issue comment event: 2
  • Push event: 11
  • Pull request review comment event: 2
  • Pull request event: 3
  • Pull request review event: 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 16
  • Average time to close issues: 13 days
  • Average time to close pull requests: 18 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.94
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 16
  • Average time to close issues: 13 days
  • Average time to close pull requests: 18 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.94
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Supereg (4)
  • philippzagar (1)
Pull Request Authors
  • Supereg (18)
  • lukaskollmer (2)
Top Labels
Issue Labels
enhancement (4) bug (1) good first issue (1)
Pull Request Labels
enhancement (5) bug (1) test (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 9
swiftpackageindex.com: github.com/StanfordSpezi/SpeziNetworking

A collection of networking-related infrastructure to support Spezi applications.

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 19.4%
Average: 23.6%
Dependent repos count: 27.8%
Last synced: 6 months ago

Dependencies

.github/workflows/build-and-test.yml actions
.github/workflows/pull_request.yml actions
Package.swift swiftpm