You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 9a5f6f020f docs 12 years ago
..
BSDRoutingTable.cpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
BSDRoutingTable.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
LinuxEthernetTap.cpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
LinuxEthernetTap.hpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
LinuxEthernetTapFactory.cpp Path fixes in osnet/ stuff 12 years ago
LinuxEthernetTapFactory.hpp Path fixes in osnet/ stuff 12 years ago
LinuxRoutingTable.cpp Linux routing table now works. 12 years ago
LinuxRoutingTable.hpp Linux routing table now works. 12 years ago
NativeSocketManager.cpp More work on abstracting socket manager. 12 years ago
NativeSocketManager.hpp More work on abstracting socket manager. 12 years ago
OSXEthernetTap.cpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
OSXEthernetTap.hpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
OSXEthernetTapFactory.cpp Silence kextload/kextunload output, error handling improvements. 12 years ago
OSXEthernetTapFactory.hpp Path fixes in osnet/ stuff 12 years ago
README.md docs 12 years ago
WindowsEthernetTap.cpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
WindowsEthernetTap.hpp More work on adding testnet and user-mode capabilities for local network simulation. 12 years ago
WindowsEthernetTapFactory.cpp Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 12 years ago
WindowsEthernetTapFactory.hpp Windows Ethernet tap refactoring complete. 12 years ago
WindowsRoutingTable.cpp (1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks 12 years ago
WindowsRoutingTable.hpp Windows routing table interface (untested). 12 years ago

README.md

Network and Virtual Network Port Interfaces for Real OSes

This folder contains implementations of EthernetTap, EthernetTapFactory, and RoutingTable that bind to operating system level interfaces and drivers on Linux, Mac, Windows, and other platforms.

It also contains NativeSocketManager which implements SocketManager using standard sockets (or WinSock2) and select() for multiplexing.