Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-shields/ibisnet
A PHP webapp for interfacing with and controlling a DMP server.
https://github.com/dan-shields/ibisnet
flatui javascript kerbal kerbal-space-program ksp php
Last synced: about 1 month ago
JSON representation
A PHP webapp for interfacing with and controlling a DMP server.
- Host: GitHub
- URL: https://github.com/dan-shields/ibisnet
- Owner: Dan-Shields
- Created: 2017-03-05T21:30:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T18:24:23.000Z (over 6 years ago)
- Last Synced: 2024-11-09T08:40:42.564Z (3 months ago)
- Topics: flatui, javascript, kerbal, kerbal-space-program, ksp, php
- Language: JavaScript
- Homepage:
- Size: 3.75 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IbisNet
#### A PHP website for interfacing with and controlling a DMP server.This is a project I did a while back when I was getting started with PHP. It was designed to be an all singing and dancing [DarkMultiplayer](https://github.com/godarklight/DarkMultiPlayer) server web controller.
It uses PHP for all the backend stuff, with a basic templating system. The only exception to this is that, for some reason, I thought it would be a good idea to do all the server polling in browser, then report back to the backend. It wasn't.
This will probably never be released, if I wanted to start this again I'd start from scratch with a JS framework like all the cool kids use.
To function, it requires [my fork of DMP](https://github.com/Dan-Shields/DarkMultiPlayer), in case you're mad enough to want to use this...