Skip to content

khalahan/nmcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

nmcontrol : alpha, no service yet

nmcontrol-gui : none

Description

nmcontrol is a python software that will provide services based on namecoin like DNS, proxy, name (domain, alias, etc) registration and renewal.

It is composed of a daemon (nmcontrol) that communicates with namecoin and provide services, and a GUI (nmcontrol-gui) that manages the daemon.

It will allow you to :

  • create domains, alias and auto renew them
  • listen for dns requests
  • listen for socks requests
  • publish your services (in a namecoin record/namespace, services could announce themselves in the blockchain)
  • etc

It is multi-threaded and designed with plugins, to enable each person to activate only what they need and what they want to share (for example, they will be able to share their DNS server).

Aim of this software is to allow people to easily build things/services based on namecoin.

Features

It can currently :

  • start in background mode or normal mode
  • send/receive rpc commands to itself
  • fetch data at startup, from namecoin or from a file (then use local cached data)
  • or fetch data when asked from namecoin (then use local cached data)
  • manage plugins (start, stop, restart and minimal status, at least) + config files
  • be easily extended

Documentation

doc/TODO.md

doc/INSTALL.md