Skip to content

Commit 4de9838

Browse files
committed
change name
1 parent 5eeeb1f commit 4de9838

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
python-ike
1+
python-esp
22
============
33

44
IPSec IKE(v1,v2) PSK implemented in pure Python. **(For Research Purposes Only)**
55

66
Introduction
77
------------
88

9-
All IPSec softwares are stupid, clumsy and hard to configure. So comes **python-ike**.
9+
All IPSec softwares are stupid, clumsy and hard to configure. So comes **python-esp**.
1010

1111
- NO app install needed
1212
- NO server configuration file
@@ -20,15 +20,15 @@ QuickStart
2020

2121
.. code:: rst
2222
23-
$ pip3 install pike
24-
Successfully installed pike-0.1.3
25-
$ pike -p yourpassword
23+
$ pip3 install pesp
24+
Successfully installed pesp-0.1.3
25+
$ pesp -p yourpassword
2626
Serving on UDP :500 :4500...
2727
^C
2828
2929
Open server's UDP port :500 :4500 to your device. In device's system setting, add an "IPSec" (iOS) or "IPSec IKE PSK" (Android) node, write down the server address and password "yourpassword". Connect.
3030

31-
You should change the default password "test" to keep higher security. See "pike -h" for more options.
31+
You should change the default password "test" to keep higher security. See "pesp -h" for more options.
3232

3333
Features
3434
--------

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(*names, **kwargs):
66
return fp.read()
77

88
def find_value(name):
9-
data_file = read('pike', '__doc__.py')
9+
data_file = read('pesp', '__doc__.py')
1010
data_match = re.search(r"^__%s__ += ['\"]([^'\"]*)['\"]" % name, data_file, re.M)
1111
if data_match:
1212
return data_match.group(1)
@@ -23,7 +23,7 @@ def find_value(name):
2323
license = find_value('license'),
2424
python_requires = '>=3.6',
2525
keywords = find_value('keywords'),
26-
packages = ['pike'],
26+
packages = ['pesp'],
2727
classifiers = [
2828
'Development Status :: 5 - Production/Stable',
2929
'Environment :: Console',
@@ -41,7 +41,7 @@ def find_value(name):
4141
],
4242
entry_points = {
4343
'console_scripts': [
44-
'pike = pike.server:main',
44+
'pesp = pesp.server:main',
4545
],
4646
},
4747
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy