Gip Internet Protocol Calculator 1.7.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gip Internet Protocol Calculator 1.7.0 (Default branch)
# 1  
Old 01-09-2009
Gip Internet Protocol Calculator 1.7.0 (Default branch)

Image Gip is a GNOME application for making IP address-based calculations. For example, it is possible to calculate subnets from a given range of IP addresses. Also, you can display IP addresses in binary format. License: GNU General Public License (GPL) Changes:
This release comes with a large number of new and updated translations. Some potential build problems were fixed. A better desktop file was added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. IP Networking

How to i get to the TCP/IP internet protocol menu in Windows 7?

In Windows Vista all that one needs to do is right click your active network and select properties to get the (TCP/IP) internet protocol menu, but i cannot reach that menu in Windows 7. This is the menu that i am trying to reach in Windows 7 : i can't seem to find... (2 Replies)
Discussion started by: Anna Hussie
2 Replies

2. IP Networking

How many ports in an internet protocol that is 16 bit wide?

10. points] The port numbers used in Internet protocol are 16 bit wide. How many ports does this give us? What is the standard port number used by HTTP server? What is a typical HTTP client program?c (1 Reply)
Discussion started by: Anna Hussie
1 Replies
Login or Register to Ask a Question
ost::IPV6Multicast(3)					     Library Functions Manual					     ost::IPV6Multicast(3)

NAME
ost::IPV6Multicast - A specialization of IPV6Address that provides address validation for multicast addresses. SYNOPSIS
#include <address.h> Inherits ost::IPV6Address. Public Member Functions IPV6Multicast () Create an Internet Multicast Address object with an empty (0.0.0.0) address. IPV6Multicast (const struct in6_addr address) Convert the system internet address data type (struct in_addr) into a Common C++ IPV4Multicast object. IPV6Multicast (const char *address) Convert a null terminated ASCII multicast address string (example: '224.0.0.1') or multicast name string (example: 'sap.mcast.net') directly into a Common C++ IPV6Multicast object. Additional Inherited Members Detailed Description A specialization of IPV6Address that provides address validation for multicast addresses. Whenever its value changes the new value is checked to be in the range from 224.0.0.1 through 239.255.255.255. If it is not, an exception is thrown. A multicast network address. Author: Federico Montesino p5087@quintero.fie.us.es Constructor &; Destructor Documentation ost::IPV6Multicast::IPV6Multicast () Create an Internet Multicast Address object with an empty (0.0.0.0) address. ost::IPV6Multicast::IPV6Multicast (const struct in6_addraddress) Convert the system internet address data type (struct in_addr) into a Common C++ IPV4Multicast object. Parameters: address struct of system used binary internet address. ost::IPV6Multicast::IPV6Multicast (const char *address) Convert a null terminated ASCII multicast address string (example: '224.0.0.1') or multicast name string (example: 'sap.mcast.net') directly into a Common C++ IPV6Multicast object. Works like IPV6Address(const char*). Parameters: address null terminated C string. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::IPV6Multicast(3)