Skip to main content

Mapping Addresses to Dynamic IPs, Simplified

Project description

Address Name System (ANS) for Naruno

ANS is a decentralized system that maps blockchain addresses to dynamic IPs, making it easy to access servers with changing IP addresses. With ANS, you can access your server by using your unique blockchain address instead of constantly searching for its changing IP address.

Features

  • Decentralized system
  • Secure communication between nodes
  • Fast and easy to use
  • Maps blockchain addresses to dynamic IPs
  • Uses encryption to protect sensitive information

Installation

You can install ANS by cloning the GitHub repository:

pip3 install address_name_system

Usage

*If you want to use address_name_system you must to use Naruno. For now please checkout the Baklava Testnet.

Getting address of client and server:

narunocli -pw

Server

For accessing your dynamic IPs over blockchain you should create a address_name_system and giving trusted user addresses.

from address_name_system import ans

my_ans_server = ans("MyNarunoPass")

my_ans_server.set_encrypt_key("mystrongencrypt_key")

my_ans_server.add_user("client_address")

my_ans_server.run()

also you can use in command line:

ans --password MyNarunoPass --encrypt_key "mystrongencrypt_key" --trusted_users ["client_address"] run

Client

To use ANS, you can call the ans.ip function with your blockchain address as the parameter:

from address_name_system import ans

my_ans_client = ans("MyNarunoPass")

ip_address = my_ans_client.ip("server_address", "mystrongencrypt_key")

print(ip_address)

my_ans_client.close()

also you can use in command line:

ans --password "MyNarunoPass" ip "server_address" "mystrongencrypt_key"

This will return the dynamic IP address associated with your blockchain address.

Contributing

Contributions to ANS are welcome! If you have any suggestions or find a bug, please open an issue on the GitHub repository. If you want to contribute code, please fork the repository and create a pull request.

License

ANS is released under the MPL-2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

address_name_system-0.1.0.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file address_name_system-0.1.0.tar.gz.

File metadata

  • Download URL: address_name_system-0.1.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for address_name_system-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d64debab457e1854e213c4e8063d12911d98fae8bb2aea8253a0e7c4fd042e8a
MD5 06f25224057741ca37ccdecd5ae4d103
BLAKE2b-256 d6a3f9c1bd0db82d6b6f67f4f804a7cd53902102a65f6ecd8d7c22ea4fce8954

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page