From 8d5260348b4683a0485d54dbfa296ea6bde6eda8 Mon Sep 17 00:00:00 2001 From: Foxtrot Date: Mon, 4 Apr 2016 19:37:00 +0100 Subject: [PATCH] Add brief description to the Networking section --- api.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api.md b/api.md index b40a193..8672f67 100644 --- a/api.md +++ b/api.md @@ -77,6 +77,15 @@ Action|Description|Parameters #### Description ### Networking #### Description +The Networking module API allows you to interface with the networking side of the WiFi Pineapple without having to write your own functions to manage interfaces, the DNS, and the routing table. As described above, you can use these actions in your own module like so: +``` +{ + "module": "Networking", + "action": "setHostname", + "hostname": "Pineapple" +} +``` + Action|Description|Parameters ------|-----------|---------- `getRoutingTable`|Returns the routing table of the Pineapple|_none_