Showing 642 open source projects for "network lan map"

View related business solutions
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • 1
    Lan Mouse

    Lan Mouse

    mouse & keyboard sharing via LAN

    Lan Mouse is a mouse and keyboard-sharing software similar to universal control on Apple devices. It allows for using multiple PCs with a single set of mouse and keyboard. This is also known as a Software KVM switch. The primary target is Wayland on Linux but Windows MacOS and Linux on Xorg have partial support as well (see below for more details). Focus lies on performance and a clean, manageable implementation that can easily be expanded to support additional backends like e.g. Android, iOS.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    ZeroTier

    ZeroTier

    A smart Ethernet switch for Earth

    Connect team members from anywhere in the world on any device. ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices. ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management. Enjoy flexibility while avoiding costly hardware vendor lock in. Set up ZeroTier in minutes with remote, automated deployment. Emulates Layer 2 Ethernet with multipath, multicast, and bridging capabilities. ZeroTier’s zero-trust networking solution provides...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 3
    Uptime Kuma

    Uptime Kuma

    A fancy self-hosted monitoring tool

    Uptime Kuma is an easy-to-use self-hosted monitoring tool. It is a temporary live demo, all data will be deleted after 10 minutes. Use the one that is closer to you, but I suggest that you should install and try it out for the best demo experience. Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server / Docker Containers. Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 90+ notification services, click here for the...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Apache SkyWalking

    Apache SkyWalking

    Application Performance Monitoring System

    ... a solid core features set, which includes root cause analysis, service topology map analysis, performance optimization, and many more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5
    Warzone 2100

    Warzone 2100

    Free and open source real-time strategy game

    A 100% free and open-source 3D real-time strategy game. Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. Play versus your friends on a local network, or try your hand at online multiplayer with an integrated lobby. Play versus AI bots in local skirmishes (or as added teammates/enemies in multiplayer), and practice your skills with endless replayability. Over 400 different technologies yield an extensive tech tree...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    PostgreSQL client and ORM for Golang

    PostgreSQL client and ORM for Golang

    Golang ORM with focus on PostgreSQL features and performance

    Basic types, integers, floats, string, bool, time.Time, net.IP, net.IPNet. All struct fields are nullable by default and zero values (empty string, 0, zero time, empty map or slice, nil ptr) are marshalled as SQL NULL. pg:",notnull" is used to add SQL NOT NULL constraint and pg:",use_zero" to allow Go zero values. sql.NullBool, sql.NullString, sql.NullInt64, sql.NullFloat64 and pg.NullTime. Structs, maps and arrays are marshalled as JSON by default. PostgreSQL multidimensional Arrays using...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Leku

    Leku

    Map location picker component for Android

    Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker. Component library for Android that uses Google Maps and returns a latitude, longitude and an address based on the location picked with the Activity provided. Note that you have the voice_search_extra_language that is used for the language of the voice recognition. Replace it with the allowed voice recognition locale for your language. We encourage you to add these languages to this component...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    FRRouting

    FRRouting

    The FRRouting Protocol Suite

    FRRouting (FRR) is a free and open-source Internet routing protocol suite for Linux and Unix platforms. It implements BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric and VRRP, with alpha support for EIGRP and NHRP. FRR’s seamless integration with native Linux/Unix IP networking stacks makes it a general-purpose routing stack applicable to a wide variety of use cases including connecting hosts/VMs/containers to the network, advertising network services, LAN switching and routing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Open Source Routing Machine

    Open Source Routing Machine

    Open Source Routing Machine - C++ backend

    High-performance routing engine written in C++14 designed to run on OpenStreetMap data. There are several services available via HTTP API, C++ library interface and NodeJs wrapper. Nearest, snaps coordinates to the street network and returns the nearest matches. Route finds the fastest route between coordinates. Table computes the duration or distances of the fastest route between all pairs of supplied coordinates. Match snaps noisy GPS traces to the road network in the most plausible way. Trip...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10
    DDPM-CD

    DDPM-CD

    Remote sensing change detection using denoising diffusion models

    ... feature representations from the pre-trained diffusion model as inputs and outputs change prediction map.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    marble

    marble

    Functional reactive Node.js framework for building server-side apps

    Marble.js is a functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS. The core concept of Marble.js assumes that almost everything is a stream. The main building block of the whole framework is an Effect, which is just a function that returns a stream of events. With the big popularity of RxJS Observable, you can create a referential transparent program specification made up of functions that may produce side effects like network, logging...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Vulcain

    Vulcain

    Fast and idiomatic client-driven REST APIs

    ... gateway server is also available in this repository. It's free software (AGPL) written in Go. A Docker image is provided. Current solutions for these problems (GraphQL, JSON:API's embedded resources and sparse fieldsets, etc.) are smart network hacks for HTTP/1. But these hacks come with (too) many drawbacks when it comes to HTTP cache, logs and even security. Fortunately, thanks to the new features introduced in HTTP/2, it's now possible to create true REST APIs fixing these problems with ease.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Netis Cloud Probe

    Netis Cloud Probe

    A Software Probe for network packet capturing and forwarding in Cloud

    Netis Cloud Probe (Packet Agent, name used before)is an open source project to deal with such a situation: it captures packets on Machine A but has to use them on Machine B. This case is very common when you try to monitor network traffic in the LAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MiniSom

    MiniSom

    MiniSom is a minimalistic implementation of the Self Organizing Maps

    MiniSom is a minimalistic and Numpy-based implementation of the Self Organizing Maps (SOM). SOM is a type of Artificial Neural Network able to convert complex, nonlinear statistical relationships between high-dimensional data items into simple geometric relationships on a low-dimensional display. Minisom is designed to allow researchers to easily build on top of it and to give students the ability to quickly grasp its details. The project initially aimed for a minimalistic implementation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gock

    gock

    HTTP traffic mocking and testing made easy in Go

    ... and bodies. Extensible and pluggable HTTP matching rules. Ability to switch between mock and real networking modes. Ability to filter/map HTTP requests for accurate mock matching. Supports map and filters to handle mocks easily. Wide compatible HTTP interceptor using http.RoundTripper interface. Works with any net/http compatible client, such as gentleman. Network timeout/cancelation delay simulation. Extensible and hackable API. Dependency free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DeepFlow

    DeepFlow

    Application Observability using eBPF

    DeepFlow provides a universal map with Zero Code by eBPF for production environments, including your services in any language, third-party services without code and all cloud-native infrastructure services. In addition to analyzing common protocols, Wasm plugins are supported for your private protocols. Full-stack golden signals of applications and infrastructures are calculated, pinpointing performance bottlenecks at ease. Zero Code distributed tracing powered by eBPF supports applications...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Hubble

    Hubble

    Network, Service & Security Observability for Kubernetes using eBPF

    Hubble is a fully distributed networking and security observability platform for cloud native workloads. It is built on top of Cilium and eBPF to enable deep visibility into the communication and behavior of services as well as the networking infrastructure in a completely transparent manner. The Linux kernel technology eBPF is enabling visibility into systems and applications at a granularity and efficiency that was not possible before. It does so in a completely transparent way, without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Networking

    Networking

    Concise networking code leveraging async-await, Decodable & Generics

    Networking brings together URLSession, async-await (or Combine ), Decodable and Generics to simplify connecting to a JSON API. By providing a lightweight client that automates boilerplate code everyone has to write. By exposing a delightfully simple API to get the job done simply, clearly, and quickly. Getting swift models from a JSON API is now a problem of the past.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DeepCTR

    DeepCTR

    Package of deep-learning based CTR models

    ... techniques have been widely used in CTR prediction task. The data in CTR estimation task usually includes high sparse,high cardinality categorical features and some dense numerical features. Since DNN are good at handling dense numerical features,we usually map the sparse categorical features to dense numerical through embedding technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IoTDB

    IoTDB

    Apache IoTDB

    ..., there are tens of devices under LAN network. IoTDB can be installed on a local controller server in the factory to receive data from those devices. The local controller server (normal PC or workstation) with IoTDB can provide the ability to persist data and query data with SQL-like interface. In addition, with TsFile-Sync tool, TsFiles on the local controller can be transmitted to the data center equipped with IoTDB instance in the cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Trippy

    Trippy

    A network diagnostic tool

    Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. Trace multiple targets simultaneously from a single instance of Trippy. Per hop stats (sent, received, loss%, last, avg, best, worst, stddev, jitter & status) Per hop round-trip-time (RTT) history and frequency distributing charts. Interactive chart of RTT for all hops in a trace with zooming capability. Interactive GeoIp world map. Isolate and filter by individual tracing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LinkFree

    LinkFree

    Connect to your audience with a single link

    .... This is a great way to connect with people and grow your network. Make it easier to share your Profile when you meet people with your unique QR code. Let people discover all your great content in one place by adding links to your different socials, website, blog and more. View details of your LinkFree profile, with views and URL clicks. Demonstrate the highlights of your career by adding Milestones to your Profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PromiseKit

    PromiseKit

    Promises for Swift & ObjC

    Promises simplify asynchronous programming, freeing you up to focus on the more important things. They are easy to learn, easy to master and result in clearer, more readable code. Your co-workers will thank you. PromiseKit is a thoughtful and complete implementation of promises for any platform that has a swiftc. It has excellent Objective-C bridging and delightful specializations for iOS, macOS, tvOS and watchOS. It is a top-100 pod used in many of the most popular apps in the world. We are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Automated Network Inventory Software PXE

    Automated Network Inventory Software PXE

    PXE based automated Network PC Inventory and Windows Imaging Cloning

    NIS - Network Computer Hardware Inventory and Windows Imaging, Clonning Software is fully automated, completely OS-Less. NIS consists of server computer, network switch, ZPL Label Printers, 2d Barcode scanner & PXE enabled workstations attached to LAN. As soon as workstations are powered on, a small OS is delivered to the workstations over LAN using PXE, NIS automatically inspects the workstation's hardware, prints barcode labels and stores inventory data into a central database. NIS can also...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    Monitoring Storage,  SAN,  LAN

    Monitoring Storage, SAN, LAN

    Storage, SAN, LAN Performance Monitoring: IBM,NetApp,Hitachi,HPE,EMC

    ..., PDF) - Alerting based on performance thresholds - Storage event monitoring The tool supports enterprise class level storage devices from major storage vendors like: IBM, Dell EMC, NetAPP, HPE, Hitachi, Lenovo, Pure Storage, Huawei, Dot Hill, INFINIDAT, Fujitsu, DataCore, Quantum, QNAP, FalconStor,Ceph, Synology, RAIDIX, Qumulo,Inspur,Veritas Monitoring of the SAN supports Brocade, Qlogic and Cisco SAN switches Monitoring of the LAN network Try demo at http://demo.stor2rrd.com
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next