Skip to content

Commit 4745198

Browse files
author
jojoagogogo
committed
first commit
0 parents  commit 4745198

File tree

7 files changed

+59
-0
lines changed

7 files changed

+59
-0
lines changed

README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Quick IP Calc
2+
3+
<p>
4+
<img src="doc/icon.png" width="200px">
5+
</p>
6+
7+
Quickly This is an application for calculating the IP address
8+
9+
<p>
10+
<a href="https://play.google.com/store/apps/details?id=com.jojoagogogo.ipcalc">
11+
<img src="doc/google-play-badge.png" width="200px">
12+
</a>
13+
14+
<a href="https://github.com/jojoagogogo/ipcalc/releases/latest/download/ipcalc.apk">
15+
<img src="doc/download.png" width="200px">
16+
</a>
17+
18+
</p>
19+
20+
<p>
21+
<img src="doc/1.png" width="200px">
22+
<img src="doc/2.png" width="200px">
23+
</p>
24+
25+
## Quick IP Calc
26+
27+
```
28+
Quickly This is an application for calculating the IP address
29+
30+
Please enter the IP address and Subnet Mask
31+
calculated the following:
32+
* Network address
33+
* Broadcast address
34+
* Assignable IP
35+
36+
Results are displayed Quickly Each time you enter
37+
38+
You can view a list of IP Address that you specify
39+
40+
support only IPv4 currently
41+
```
42+
43+
## IP アドレスをすばやく計算
44+
45+
```
46+
IPアドレスをすばやく計算するアプリです
47+
48+
IPアドレスとサブネットマスク(CIDR)を入力してください
49+
* ネットワークアドレス
50+
* ブロードキャストアドレス
51+
* 割当て可能IP
52+
 を算出します
53+
54+
結果が入力毎に表示されます
55+
56+
指定したIPアドレスのリストが表示できます
57+
58+
現在IPv4のみ対応しています
59+
```

apk/ipcalc.apk

2.58 MB
Binary file not shown.

doc/1.png

134 KB
Loading

doc/2.png

94.2 KB
Loading

doc/download.png

6.38 KB
Loading

doc/google-play-badge.png

4.79 KB
Loading

doc/icon.png

20.2 KB
Loading

0 commit comments

Comments
 (0)