mirror of
https://github.com/hak5darren/wifipineapple-wiki.git
synced 2025-10-29 16:59:29 +00:00
Hopefully this doesnt look awful
This commit is contained in:
parent
569330b4c1
commit
342e9fb668
@ -3,8 +3,14 @@
|
|||||||
##Introduction
|
##Introduction
|
||||||
With the new WiFi Pineapple Interface, It is easy to create modules that use the new [API](api.md).
|
With the new WiFi Pineapple Interface, It is easy to create modules that use the new [API](api.md).
|
||||||
Modules use HTML, AngularJS and PHP to make requests and retrieve a response. The new interface and the modules also use Bootstrap.
|
Modules use HTML, AngularJS and PHP to make requests and retrieve a response. The new interface and the modules also use Bootstrap.
|
||||||
|
|
||||||
// TODO: write better Introduction
|
// TODO: write better Introduction
|
||||||
|
|
||||||
|
|
||||||
##Anatomy of a basic module
|
##Anatomy of a basic module
|
||||||
A basic module will request information through AngularJS to PHP, and then PHP will provide a response to AngularJS, where it will then be displayed on the page.
|
A basic module will request information through AngularJS to PHP, and then the PHP will provide a response to AngularJS, where it will then be displayed on the HTML page for the user to see.
|
||||||
|
```
|
||||||
|
+-------------------+ +--------------+ +-----------+ +------+
|
||||||
|
| AngularJS Request | --> | PHP Response | --> | AngularJS | --> | HTML |
|
||||||
|
+-------------------+ +--------------+ +-----------+ +------+
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user