Home

Devconfang is a configuration language that takes out the hassle of Assembly language and simplifies the entire process without the need for pages upon pages of code.

This is the official homepage for the Devconfang configuration language, where you can purchase access to various prewritten Devconfang scripts via our Library.

Free eBook: Download the Devconfang Guide for free and take it with you when you need help on the go! Provides extended information beyond what appears on the Devconfang homepage.

Note: Please remember to copy the contents of the Devconfang code, paste the code into your text editor (or code editor), then save the files with the appropriate file extension (.cfg, .conf, .config, or others).

A network.conf file written with Squircle CE for Android.

Devconfang: 

What it is: Devconfang (meaning: Direct Device Configuration Language – pronounced: Dev-Con-Fang) is a new, user-friendly language for directly configuring device settings without needing separate apps or programs. Think of it like giving your device instructions it can understand and follow.

How it works: Devconfang uses simple text files with clear keywords and values. Imagine writing notes telling your device what to do:

  • {“setIP4Address”: “127.0.0.1”} – Assigns the localhost IP address.
  • {“setHostname”: “myDevice”} – Gives your device a cool name.
  • [“closePings”: True] – Makes your device invisible to ping requests (like hiding).
  • {“setPrimaryDNSServerAddress”: “8.8.8.8”} – Uses Google’s public DNS server for faster internet lookups.

Key features:

  • Easy to understand: No coding knowledge required, just write instructions in plain language.
  • Direct configuration: Changes take effect immediately without needing extra software.
  • Flexible: Configure various settings like network, security, and more.
  • Lightweight: Simple text files save space and are easy to manage.

Who can use it:

  • Anyone who wants to customize their device settings without hassle.
  • Developers create custom configurations for their projects.
  • Tweakers and enthusiasts who enjoy fine-tuning their devices.

Remember: Devconfang is still under development, but it has the potential to make device configuration more accessible and enjoyable for everyone. So ditch the complex menus and embrace the Devconfang way!

Example:

Here’s a Devconfang file that sets your device to use a custom hostname and blocks ping requests:

# Set a cool hostname
{“setHostname”: “AwesomeMachine”}

# Block ping requests for privacy
[“closePings”: True]

Get in-touch

If you have any questions, suggestions or concerns, please don’t hesitate to Contact us!

Support Us

Want to support our work further? Navigate your way to our Donate page and leave us a tip with our virtual tip jar!

Design a site like this with WordPress.com
Get started