Commit Graph
22 Commits
Author SHA1 Message Date
John Beisley 0926402f8c Create v2 module as subdirectory. 2022-03-24 19:46:39 +00:00
John Beisley ca81a64b42 Reorder items in generated source files.
Ideally they would always have been sorted as such, but this seems more
critical in migrating from one service definition to another where the ordering might
change.
2022-03-13 09:02:29 +00:00
John Beisley 5a0d4bd7ee Add *Ctx methods for calling SOAP methods.
Fixes #42.
2021-07-11 14:53:32 +01:00
John Beisley 9eb592fa19 Minor fixes to goupnpdcpgen.
Most importantly fix to run on Windows.
2021-07-11 14:44:55 +01:00
John Beisley 6145404ab1 Add method SOAPCliet.PerformActionCtx. 2021-07-11 14:15:35 +01:00
John Beisley a666909a2f Fix trivial go vet problems. 2021-07-04 10:59:33 +01:00
John Beisley 33cdcbb30d Fix #41 - collisions with same USN as multiple locations. 2021-06-26 17:01:14 +01:00
John Beisley e7fc2c5b62 Fix inconsistent indents in GUIDE.md examples. 2021-02-21 12:36:27 +00:00
John Beisley 86667cb88e Add a guide for using internet gateway clients.
This attempts to help with #36.
2021-02-21 12:34:13 +00:00
John Beisley 36abb0b21b Discover devices on all the host's capable network interfaces. 2020-05-16 11:59:03 +01:00
John Beisley 0c863b7f0d Add a command to display all SSDP discoveries on local network. 2020-05-16 11:58:37 +01:00
John Beisley 271feae8ac Fix minor bug in how errors are displayed in codegen. 2020-05-10 09:48:28 +01:00
John Beisley 3a3eb33b84 Bump go.mod to 1.14. 2020-05-10 09:48:02 +01:00
John Beisley 656e61dfad Switch to generate code with go generate. 2018-10-13 15:04:17 +01:00
John Beisley 8bf4a8083e Add Go module files. 2018-10-13 13:40:44 +01:00
John Beisley c178604dd5 Add Sublime Text project file. 2018-10-13 13:37:27 +01:00
John Beisley e25a5cc217 Fix formatting of an error message. 2018-03-04 21:56:41 +00:00
John Beisley 71cfb6bbcb Add correct spelling for RequestSCPD, mentioned in issue #23. 2018-03-04 21:55:55 +00:00
John Beisley 991e174e2e Add workaround for SOAP server XML decoding limitations. 2017-11-07 18:19:10 -05:00
John Beisley 29fc54a4c0 Remove spurious spaces from between req/resp struct members in generated code. 2017-11-05 13:50:25 +00:00
John Beisley 8087be8632 Use better way to remove trailing whitespace between lines. 2017-11-05 13:46:14 +00:00
John Beisley efdc90f04d Emphasize generated nature of code more. 2017-11-05 13:40:23 +00:00