Giter Site home page Giter Site logo

sctpdrv's Introduction

--------------------------------------------------------------------------------
Copyright (C) 2008 by CO-CONV, Corp., Kyoto, Japan.
Copyright (C) 2010-2013 Bruce Cran.

Developed by co-research between CO-CONV, Corp. and WIDE Project.
--------------------------------------------------------------------------------

Introduction:
The source code in this directory is for SctpDrv, an
SCTP driver for Windows. All the code is distributed under
the modified BSD license.

Explanation:
	apps/		Sample apps
	drv/		Driver's entry point etc.
	kern/		Kernel interface for Winsock, etc.
	net/		Network interface, routing, etc.
	netinet/	SCTP (derived from FreeBSD SCTP code)
	netinet6/	IPv6 specific 
	sp/		Userland interface for Winsock
	subr/		Subroutines
	sys/		Kernel specific header files
	wix/		Installer

Environment:
Windows Operating System on which you can execute WDK

How to get the latest code:
You can get the code from the Subversion repository at:
	https://code.bluestop.org/sctpdrv/

How to build:

Before you build SctpDrv, you have to download the WDK (Windows Driver Kit) from
Microsoft (http://msdn.microsoft.com/en-gb/library/windows/hardware/gg487428.aspx)
and install it.

The WiX (Windows Installer XML) toolset is also needed. Please install WiX 3.7
from http://wixtoolset.org

To build the installer package launch a Visual Studio command prompt, change to the
directory containing this README file, and run "msbuild /m". The installer MSI files
should be created in the "stage" directory.
--------------------------------------------------------------------------------


Happy SCTPing!

sctpdrv's People

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.