GithubHelp home page GithubHelp logo

sov's Introduction

SoV - Starcraft over VPN v2.0
-----------------------------
Written by Eric Doughty-Papassideris

http://s-softs.com/SoV.html

Description
-----------
SoV allows to connect to a starcraft game
over networks that don't route broadcast
packets - such as OpenVPN (I hear version 2.0
fixed it though) or Hamachi on Mac OS X.

How it works:
-------------
When listing games, starcraft sends a broadcast
packet that servers respond to with game
details. SoV uses libpcap to see such messages,
and injects them over another interface (while
correcting the source address, and setting the
destination to the ip provided on the command
line). The server sees the packet, doesn't care
that its not a broadcast, and responds to the
client with a normal UDP packet.
The client sees the game, and the rest works
fine without broadcast.
On Windows, the pcap_sendpacket does not add the Ethernet header
as it was tiresome to implement an ARP exchange, when INJECT_MODE 
is not defined, packets are forwarded as normal UDP packets.

How to build:
-------------
make for mac
ctrl+shift+b for visual studio

Credits
-------
  - sniffex.c sample by The Tcpdump Group
  - WinPCap team
  - B. Borde, lemarsu for their patience in testing this.
  - Portions in SoV_Utils.* under the following notices:
	-	Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)
	-	Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)

License
-------
IDC v2.0 ("I Dont Care")

Disclaimer
----------
Carefull: I don't want to know about what
  happened (or not) because of this code.
  You are running it "as-is",
  and it "is not my problem".


sov's People

Contributors

ericlinagora avatar ddlsmurf avatar

Watchers

James Cloos avatar wyrover 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.