source: EcnlProtoTool/trunk/mrbgems/mruby-ipaddr/README.md@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

File size: 1.5 KB
Line 
1# mruby-ipaddr
2
3[IPAddr](http://www.ruby-doc.org/stdlib-2.0/libdoc/ipaddr/rdoc/IPAddr.html) class for mruby
4
5## Requirement
6- [mruby-socket](https://github.com/iij/mruby-socket)
7- inet\_ntop(3) and inet\_pton(3)
8
9## Limitation
10
11- Some methods are missing:
12 #& #<< #>> #in6\_arpa #ip6\_int #ipv4\_compat? #ipv4\_mapped #ipv4\_mapped?
13 #mask! #native #reverse #set #succ #to\_i #to\_range #|
14- Conversion from/to Integer is not supported.
15
16## License
17
18Copyright (c) 2013 Internet Initiative Japan Inc.
19
20Permission is hereby granted, free of charge, to any person obtaining a
21copy of this software and associated documentation files (the "Software"),
22to deal in the Software without restriction, including without limitation
23the rights to use, copy, modify, merge, publish, distribute, sublicense,
24and/or sell copies of the Software, and to permit persons to whom the
25Software is furnished to do so, subject to the following conditions:
26
27The above copyright notice and this permission notice shall be included in
28all copies or substantial portions of the Software.
29
30THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36DEALINGS IN THE SOFTWARE.
Note: See TracBrowser for help on using the repository browser.