Mrjavaci / dma-radius-manager-api

DMA Software Radius Manager unofficial api. I will continue to develop this project.

Home Page:https://osmantahakiyicilar.com.tr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dma-radius-manager-api

DMA Software Radius Manager unofficial api. I will continue to develop this project.

Features

  • Get connection status

Usage

  • Change config.php
  • Post request api/getConnectionInfo.php

Example requests

Connection Status

URL -> api/getConnectionInfo.php

Params -> {one: false}

Response ->

[{"username":"xxxxx@xxxxx","connection":false},{"username":"xxxxx@xxxxx","connection":true}]

URL -> api/getConnectionInfo.php

Params -> {one: true,userName: radiusUserName}

Response ->

{"connection":true}

About

DMA Software Radius Manager unofficial api. I will continue to develop this project.

https://osmantahakiyicilar.com.tr


Languages

Language:PHP 100.0%