forked from szym/barnacle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (21 loc) · 2.42 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Barnacle Wifi Tether
====================
Barnacle is a combination of tools to provide wifi tethering
on an Android phone:
* NAT
* DHCP server
* WLAN ad-hoc setup
How to build Barnacle
---------------------
Prerequisites:
1) Android NDK r4 or above
2) Eclipse and ADT plugin
To build native components enter barnacle root directory and run
$NDK/ndk-build
where NDK=path-to-your-ndk-directory
To build the Android app import the existing project into Eclipse and export
an .apk file.
Questions?
----------
For more information see: http://szym.net/barnacle/
or e-mail: [email protected]