netbits.minersonline.uk Open in urlscan Pro
172.67.134.4  Public Scan

Submitted URL: https://netbits.minersonline.uk/
Effective URL: https://netbits.minersonline.uk/en/latest/
Submission: On May 27 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET search.html

<form class="sidebar-search-container" method="get" action="search.html" role="search">
  <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
  <input type="hidden" name="check_keywords" value="yes">
  <input type="hidden" name="area" value="default">
</form>

GET //readthedocs.org/projects/net-bits/search/

<form id="flyout-search-form" class="wy-form" target="_blank" action="//readthedocs.org/projects/net-bits/search/" method="get">
  <input type="text" name="q" aria-label="Search docs" placeholder="Search docs">
</form>

Text Content

Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark,
in light mode Auto light/dark, in dark mode
Hide navigation sidebar
Hide table of contents sidebar
Skip to content
Toggle site navigation sidebar
Net Bits 0.0.1 documentation
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar
Net Bits 0.0.1 documentation


 * Netbits client Tutorial
 * Netbits server Tutorial

 * netbits
   Toggle navigation of netbits
   * netbits.buffer
     Toggle navigation of netbits.buffer
     * netbits.buffer.Buffer
   * netbits.handler
     Toggle navigation of netbits.handler
     * netbits.handler.handlesMessage
     * netbits.handler.MessageHandler
   * netbits.packet
     Toggle navigation of netbits.packet
     * netbits.packet.StructuredPacket
   * netbits.registries
     Toggle navigation of netbits.registries
     * netbits.registries.identifier
       Toggle navigation of netbits.registries.identifier
       * netbits.registries.identifier.Identifier
     * netbits.registries.registry
       Toggle navigation of netbits.registries.registry
       * netbits.registries.registry.Registry
   * netbits.sockets
     Toggle navigation of netbits.sockets
     * netbits.sockets.readStructuredPacket
     * netbits.sockets.sendStructuredPacket

AI-powered ad network for devs. Get your message in front of the right
developers with EthicalAds.
Ad by EthicalAds   ·   ℹ️
  v: latest
  v: latest
Versions latest stable On Read the Docs Project Home Builds Downloads On GitHub
View Edit Search


--------------------------------------------------------------------------------

Hosted by Read the Docs · Privacy Policy
Back to top
View this page
Edit this page
Toggle Light / Dark / Auto color theme
Toggle table of contents sidebar


WELCOME TO NET BITS’S DOCUMENTATION!¶


NET BITS¶

Net Bits is a Python package that allows developers to easily convert data into
structured packets which can be sent over a network. Additionally there are
smart packet handling utilities which makes packet processing a breeze.


INSTALLATION¶

Use the package manager pip to install netbits

pip install netbits



USAGE¶

See the documentation at https://netbits.minersonline.uk/en/latest/


LICENSE¶

Copyright (C) 2024 Samuel Hulme

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>.

See COPYING and COPYING.LESSER for more information.


TUTORIALS¶

Use these tutorials to help you get started with Net Bits

 * Netbits client Tutorial
 * Netbits server Tutorial


MODULES¶

netbits



Next
Netbits client Tutorial
Copyright © 2024, Samuel Hulme
Made with Sphinx and @pradyunsg's Furo