Git Product home page Git Product logo

wifi-ap's Introduction

CWD AP


class CWD_AP():
  
def __init__(self):
  self.name = "cwd";
  self.username = "cwdsystems";
  self.location = "KyrgzRepublic";
  self.protonmail = "@cwdsystems";
  self.web = "https://cwd.systems";
  self.languages ="JS,PHP,HTML,C";

def __str__(self):
  return self.name

if __name__ == '__main__':
  me = CWD_AP()

Telco grade secured Wi-Fi router with up to 1000 + wireless users handling capability on a single node. Its able to act as a full blown wireless router, client, forwarder, VPN client or wireless relay. Best suited for large enterprises, universities, exhibitions, media companies or organizations that require fool proof anti man in the middle attack operation and 99.99999% appliance uptime.. The kernel + OS is tailored for end-user security with a minimal usable RASPAP web-ui. Mainline OpSec Kernel (https://github.com/infinitydaemon/OpSec-Kernel) is used as base. Out of the box setup ready to connect with CWD GATE for Wireguard VPN access.

To provide wireless access for 1022 wireless users for Class A, you need to use a CIDR Notation of /22 i.e 10.3.1.1/22.

IP Address:	10.3.1.1
Network Address:	10.3.0.0
Usable Host IP Range:	10.3.0.1 - 10.3.3.254
Broadcast Address:	10.3.3.255
Total Number of Hosts:	1,024
Number of Usable Hosts:	1,022
Subnet Mask:	255.255.252.0
Wildcard Mask:	0.0.3.255
Binary Subnet Mask:	11111111.11111111.11111100.00000000
IP Class:	B
CIDR Notation:	/22
IP Type:	Private

Similarly, for 2046 wireless users on Class A network, you have to use a CIDR Notation of /21 i.e 10.3.1.1/21.

P Address:	10.3.1.1
Network Address:	10.3.0.0
Usable Host IP Range:	10.3.0.1 - 10.3.7.254
Broadcast Address:	10.3.7.255
Total Number of Hosts:	2,048
Number of Usable Hosts:	2,046
Subnet Mask:	255.255.248.0
Wildcard Mask:	0.0.7.255
Binary Subnet Mask:	11111111.11111111.11111000.00000000
IP Class:	B
CIDR Notation:	/21
IP Type:	Private

In order to keep buffer bloat balanced, it is advised to keep number of wireless users under 250 per access point.

wifi-ap's People

Contributors

infinitydaemon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.