Showing 2831 open source projects for "ip-camera"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 1
    WeatherMonitoringStation

    WeatherMonitoringStation

    WeatherMonitoringStation monitors environmental data

    WeatherMonitoringStation is BeagleBone/Embedded Linux based software written in C++ intended to read, monitor, share and display environmental data such as temperature, humidity, wind speed etc. At this stage of development, temperature is measured using a DS18B20 sensor and sent out via standard output and/or a TCP/IP connection. Additional features will be implemented in due time. Recommended setup: * Eclipse with CDT. * GNU toolschain for ARM. * Oscilloscope. * Open collector buffer as described in AVR318 (http://www.atmel.com/images/doc2579.pdf). * BeagleBone or similar (Angstrom v2011.12-core - Kernel 3.1.0+). * DB18B20 temperature sensor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AllianceROM I9305

    AllianceROM I9305

    AllianceROM For I9305 Samsung Galaxy S3 LTE

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    StoneVox 3D

    StoneVox 3D

    3D voxel modeling tool

    StoneVox 3D focuses on a simple to look at but tool rich environment for creating 3D voxel based models. StoneVox 3D is distributed under NPOSL-3.0. Which basically means you can use it for commercial works. You may also, modify and create derivative works, as long as you don't sell it and release source code. STONEVOX 3D HAS MOVED TO GITHUB. FUTURE RELEASES CAN BE FOUND HERE https://github.com/honestabelink/stonevox3d/releases I WILL NOT BE CONTINUING TO UPDATE RELEASES HERE,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    DoF Priority

    A one-page calculator to tell each DoF in differect apertures.

    This program is designed for phtographer who need to know different DoF in each apertures under fixed environment factors. It is a one-page calculator. Just input the film/sensor size and focal length of lens, DoF of each different aperture will be calculated and presentated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A modbus IP-to-serial gateway that supports TCP and UDP from the network side, and modbus serial on the other side. Written for linux, can be compiled on FreeBSD and works with minimal changes. Entirely in C, pretty small and fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    OneLineOfCode.NET

    Popular .Net functions in one line of code

    ...just a few examples: //read text file contents string data = OLC.IO.ReadTextFile(filepath); //generate a strong random password string randPass = OLC.Randomizer.Instance.GeneratePasswords(1, 10, true, true, true, true)[0]; //get the ip and mac of my system string myip = OLC.Net.GetSystemIPAddress(); string mymac = OLC.Net.GetMacAddress(myip); //object serialization and deserialization OLC.Obj.PutToFile(@"c:\myfile.dat", myobj); object outobj = null; OLC.Obj.GetFromFile((@"c:\myfile.dat", out outobj); //launch a process and get the results from std output string results = OLC.Proc.StartProcessWithResult("arp","-a"); //etc.etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Android SmsServer

    Access your Android device's SMS via a small web application.

    ...The app contains the webserver nanohttpd and serves a html+css+javascript web application which communicates via rest+json with the webserver and makes available the SMS from the phone in the web application. The user can activate the android app when the phone is in a LAN and then access the web application via the phone's ip address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Canopy Reconstruction

    Software for the reconstruction of plants using multiple camera views

    This software reconstructs 3D plant models in multiple views. Point cloud input is segmented, then patches of leaf surface are grown using the level set method. Please see the CPIB website for news of updates and further development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    PROJECT MOVED: https://github.com/vstavrinov/flashstreamer ------------------------------------------------------------------------- This shell script designed for webcast. It takes an video stream from usb or ip camera and translates it on to video server for further publishing. On this way it can convert a lot of formats and codecs. It operates like a service. It restarts on any termination, caused by connection loosing or by any other failures. You can run more then one stream in the same system. Every stream can be started and stopped individually with init script, that starts all of them at boot time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Automatic 3D Coordinate Points Generator

    The project aims at generating 3D coordinates from a set of 2D images

    ...Then detecting the retro-reflective dots by the “Polygon” approach. Same dots in different images were matched by Pattern Matching algorithm. Then internal and external camera calibration was performed. Finally, the 3D Coordinate points were generated by the “Bundle Adjustment” procedure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    nano VM
    nano VM - a small virtual machine with compiler and assembler. features: file I/O, TCP/IP sockets, GUI & sound server, JIT-compiler (x86). platforms: Amiga 68k, AROS, Linux, Windows, Android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python application to scan DataMatrix barcodes using webcam. Uses libdmtx as backend decoder and pyGTK for display. Intended as a conference badge scanning application, but flexible enough to allow other applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Addons for IOSEC - DoS HTTP Security

    Addons for IOSEC - DoS HTTP Security

    IOSec Addons are enhancements for web security and crawler detection

    IOSEC PHP HTTP FLOOD PROTECTION ADDONS IOSEC is a php component that allows you to simply block unwanted access to your webpage. if a bad crawler uses to much of your servers resources iosec can block that. IOSec Enhanced...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Cubieboard/Cubietruck, Linux no-ip Client. Usage: noip [OPTIONS] [OPTIONS] -u username -p password -o hostname -i Checking Interval in minutes Example: noip -u pepe -p password -o test.ddns.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    atcacl

    Misc sysv boot scripts and wrappers for security and/or convienence

    atcacl: Atcacl is a collection of scripts and c wrapper programs that help make disappearing into the mists of IP land easier from userland. Once set up the commands are; dhcp0, dhcp1, idown, torstart, and torstop. dhcp0 and dhcp1 take down the eth0 and eth1 interfaces, randomize the MACs, bring the interfaces back up, and connect with dhcp again. idown shuts the interfaces down (including wlan0, wlan1), randomizes the MACs, and takes no further action. torstart starts tor and privoxy. torstop stops tor and privoxy. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    w-o-f

    w-o-f

    Passive or learning mode of web application firewalls to evaluate WAF

    "Web application firewalls (WAF)" , The today's requirement to secure the web applications without changing the existing infrastructure.But at the same time, it is a big risk in case of WAF behavior and false positives (legitimate traffic blocking). This talk will demonstrates a new concept to evaluate any WAF without taking risk of putting any WAFs into inline mode.Everything will be in learning or in passive mode.This project describes concept of one special engine,which can be used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PingDoS

    PingDoS

    A small ping tool for windows users.

    PingDoS is a small to created in Visual Studio 2013, that does what the name tells you, it pings. This program was broken down into two simple things you need to know, the IP Address, and the packet size you want. The integrated command prompt gives you a full view of whats going on, with out typing the whole ping command out. We are not responsible for any activity done with this program, for educational purposes only. This project was created on 9/13/14.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Z4 Phreak Tool 2.1

    Z4 Phreak Tool 2.1

    Modify Request and Response Header

    New Fitur : - Trial config - Pass config - Limit IP - Rombak GUI - Pengaturan mode tools - Penambahn cek informasi system pc/ lepi - Penambahan mode default HEADER di +Header - Gabung parsing dengan replacer - Perbaikan payload memo (penambahan delay) - Change icon button - Penambahan beberapa skin - Ceklist utk use/unuse header, host, user-agent, proxy server - Drag drop item di masing2 listview ( sebenarnya ini udah ada dari versi 2.0 ) - File Icon config *.z4 ( saat di double klik file *.z4 akan otomatis meload dan membuka tool Z4PT 2.1 ) - Penambahan cek properti dan change folder di bagian Apps - Dan karena banyak yang pengennya configuration tool tetap bisa diganti walau udah di start, maka yg td nya saya disable saya enable kan saja NB : Karena ada error saat buka Apps, silahkan download dan register file ini https://dl.dropboxusercontent.com/u/71524183/DATA%20ZAYA/Z4%20Phreaker/Z4Phreak.reg
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    jProxyLoader

    Allows to proxify java applications, set multiple proxies in one app

    Allows to decide which proxy should be used by java application for connections, acting as a proxifier for nearly any java application. Allows setting up multiple proxy definitions for java application. Additionally allows to set "no proxy hosts" for SOCKS proxy in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SpyCam free android security

    SpyCam free android security

    free android spy camera security

    Now with SpyCam Security application ,you don't have to worry about who handles your device in your absence.This app will give you photographic proof of intruders trying to enter into your device. When any intruders enters wrong unlock pattern,this app will take a snapshot of intruder with front camera . When intruder enters wrong unlock pattern 3 times,unlock pattern will reset to secure code provided during installation. ******If you forget to provide SECURE CODE,then default secure code is 12345*******
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Penetration-Testing-Toolkit v1.0

    A web interface for various penetration testing tools

    Penetration-Testing-Toolkit is a web based project to automate Scanning a network,Exploring CMS, Generating Undectable metasploit payload, DNS-Queries, IP related informations, Information Gathering, Domain related info etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    I started this project because I wanted a dead-simple blog. One that didn't need a database, used flat text files, and looked nice. It's main advantage is that it only requires PHP 5 and write permissions. There is no setup, just unzip and copy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    We are developing a set of Delphi components to communicate with a ModBus PLC over TCP/IP. The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25

    mpoutils

    MPO Utilities

    A small C command line utility which can assemble and disassemble MPO (multiple picture object) image files. It is mainly intended for storing stereo images similar to those captured by FujiFilm Finepix Real 3D camera.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo