yellows8
|
0c1e656a2b
|
Switched 'input8' for udsSendTo() to 'netflags'. Minor other changes.
|
2016-04-08 01:20:21 -04:00 |
|
yellows8
|
f6bf7e7b1f
|
Updated comments for udsNodeInfo.
|
2016-04-07 16:51:03 -04:00 |
|
yellows8
|
daba63af69
|
Updated udsNodeInfo and udsConnectionStatus. Updated the related code for udsNodeInfo.
|
2016-04-07 16:31:26 -04:00 |
|
yellows8
|
570c834679
|
Updated udsConnectionStatus and networkstruct. Removed total_nodes from udsNetworkScanInfo since that's stored in the networkstruct.
|
2016-04-07 13:06:23 -04:00 |
|
Michael Theall
|
72b6b3e48b
|
Const-correctness and some size_t parameters for UDS
|
2016-04-07 10:38:44 -05:00 |
|
yellows8
|
d7500b3608
|
Properly load the UDS network wifi channel, apparently it was hard-coded to channel 1 previously. This fixed the udsConnectNetwork() failures with the example app(not yet available under the 3ds-examples repo).
|
2016-04-07 10:04:48 -04:00 |
|
yellows8
|
6f6926921e
|
Added a new param to udsScanBeacons() for using ScanOnConnection internally.
|
2016-04-06 19:38:56 -04:00 |
|
yellows8
|
bdb2835b62
|
Added udsEjectSpectator().
|
2016-04-06 16:32:25 -04:00 |
|
yellows8
|
1671aeb7c2
|
Implemented full support for connecting as an UDS spectator.
|
2016-04-06 16:26:06 -04:00 |
|
yellows8
|
3b1673b673
|
Updated the udsConnectionStatus struct.
|
2016-04-06 13:41:37 -04:00 |
|
yellows8
|
688b2649c5
|
Added udsWaitConnectionStatusEvent(). Updated the udsConnectionStatus struct.
|
2016-04-06 13:02:26 -04:00 |
|
yellows8
|
72cb548cb0
|
Added udsGetConnectionStatus().
|
2016-04-06 12:46:08 -04:00 |
|
yellows8
|
9b5c1a3a6a
|
Added udsGetNodeInformation().
|
2016-04-06 12:24:43 -04:00 |
|
yellows8
|
b11004f221
|
Implemented udsUpdateNetworkAttribute() and udsSetNewConnectionsBlocked().
|
2016-04-06 01:56:02 -04:00 |
|
yellows8
|
6570ade097
|
Disabled the debug prints for network-connecting and implemented udsEjectClient().
|
2016-04-06 00:48:08 -04:00 |
|
Michael Theall
|
4393593e48
|
Add readdir batching to sdmc
|
2016-04-05 17:36:09 -05:00 |
|
Michael Theall
|
41ea040420
|
Add opendir/readdir/rewinddir/closedir/stat support to romfs
|
2016-04-05 17:35:45 -05:00 |
|
yellows8
|
db6432ce0a
|
Added udsGetNetworkStructApplicationData().
|
2016-04-05 17:37:07 -04:00 |
|
yellows8
|
9ad6e0945c
|
Fixed udsGetChannel() output. Implemented udsSetApplicationData() and udsGetApplicationData(). Added a comment regarding why there's debug prints in udsConnectNetwork().
|
2016-04-05 16:57:16 -04:00 |
|
yellows8
|
d2f9655d8a
|
Added udsWaitDataAvailable(), based on gspWaitForEvent().
|
2016-04-05 12:07:24 -04:00 |
|
yellows8
|
4123baba50
|
Added UDS_HOST_NETWORKNODEID. Updated UDS_SENDFLAG_Broadcast.
|
2016-04-05 11:26:48 -04:00 |
|
yellows8
|
fa70037055
|
Added host_macaddress parameter to udsScanBeacons().
|
2016-04-05 11:01:16 -04:00 |
|
yellows8
|
d654cf1b88
|
Switched UDS_SEND_INPUT8_DEFAULT to 0xF3, udsPullPacket() returns actual output data which was sent via udsSendTo() now.
|
2016-04-05 10:26:16 -04:00 |
|
yellows8
|
a896bf772c
|
Implemented udsCheckNodeInfoInitialized() and udsGetChannel(). Implemented network (dis)connect and scanning code. Implemented udsPullPacket(). Fixed some issues. Updated uds.h for beacon scanning etc.
|
2016-04-05 10:07:04 -04:00 |
|
yellows8
|
9aa9d32e11
|
Added varioues UDS structs and enums+defines. Implemented udsGenerateDefaultNetworkStruct(). Implemented code for creating+destroying networks. Implemented code for binds. Implemented udsSendTo().
|
2016-04-04 14:26:49 -04:00 |
|
yellows8
|
ed53bcf4a8
|
Load the UDS connection-status event handle, and a minor uds.c change.
|
2016-04-04 00:22:32 -04:00 |
|
yellows8
|
c9d2f74815
|
Implemented some support for ndmu. Started implementing support for UDS.
|
2016-04-04 00:11:37 -04:00 |
|
yellows8
|
b9c0ca992d
|
Implemented support for sslc cmd8..cmdc CertChain commands. Clear the serv handle in sslcExit.
|
2016-03-31 12:37:20 -04:00 |
|
yellows8
|
2964d87ed4
|
Implemented sslcAddCert.
|
2016-03-31 11:28:32 -04:00 |
|
yellows8
|
3bb7451c3d
|
Implemented sslcContextInitSharedmem.
|
2016-03-30 16:51:42 -04:00 |
|
yellows8
|
1346fae04f
|
Switched sslcContextGetStrings to sslcContextGetProtocolCipher since it's documented now.
|
2016-03-30 16:04:17 -04:00 |
|
yellows8
|
44b601d7b8
|
Switched the sslopt enum to anonymous, and updated sslcRead(), as requested. Implemented sslcContextGetStrings.
|
2016-03-30 15:02:18 -04:00 |
|
yellows8
|
1e5c91989f
|
Switched to using an enum for sslopt. Updated the type handling for sslcRead.
|
2016-03-30 14:24:24 -04:00 |
|
yellows8
|
3d90087481
|
Implemented actual support for sslc, homebrew can now actually use sslc(see also the sslc example).
|
2016-03-30 13:57:20 -04:00 |
|
yellows8
|
b7b78414da
|
Implemented SOCU_AddGlobalSocket.
|
2016-03-30 13:52:15 -04:00 |
|
Steven Smith
|
932630764f
|
Clean up and update AM service functions.
|
2016-03-29 16:16:15 -07:00 |
|
fincs
|
7adab4d940
|
Merge pull request #271 from MerryMage/channel-filter
ndsp: Monopole and biquad channel filter params
|
2016-03-25 20:33:57 +01:00 |
|
MerryMage
|
d431a67f31
|
ndsp: Monopole and biquad channel filter params
|
2016-03-25 19:30:46 +00:00 |
|
fincs
|
98fa2f7983
|
Merge pull request #269 from wwylele/master
fix hid:GetGyroscopeRawToDpsCoefficient
|
2016-03-18 22:47:31 +01:00 |
|
wwylele
|
a5b7c58c69
|
fix hid:GetGyroscopeRawToDpsCoefficient
|
2016-03-18 22:52:16 +02:00 |
|
yellows8
|
5b7468e5cf
|
Added initial sslc support. Minus init/exit this only has sslcAddTrustedRootCA implemented.
|
2016-03-08 19:29:48 -05:00 |
|
yellows8
|
d769879933
|
Added httpc AddTrustedRootCA.
|
2016-03-08 18:19:51 -05:00 |
|
yellows8
|
049d2e2373
|
Finally added code to exit httpc properly via HTTPC_Finalize.
|
2016-03-08 15:00:57 -05:00 |
|
yellows8
|
e2852d14f1
|
Merge pull request #267 from Bownairo/master
Adds function addPostDataRaw
|
2016-03-06 15:24:04 -05:00 |
|
Eero Kelly
|
12a5fa297a
|
Adds function addPostDataRaw
|
2016-03-06 15:21:01 -05:00 |
|
Dave Murphy
|
2beafaa27f
|
Merge pull request #266 from ObsidianX/nit-pick-hid-comments
Update hid.h comments
|
2016-03-06 13:13:49 +00:00 |
|
yellows8
|
b0c5a3c87d
|
Clear the httpc sharedmem before using svcCreateMemoryBlock.
|
2016-02-29 00:45:42 -05:00 |
|
Ryan Loebs
|
1c55370cee
|
Update hid.h comments
Nit-picky update to accurately describe the `hidKeys*()` functions, and how to extract individual bits from them.
|
2016-02-24 04:32:57 -08:00 |
|
fincs
|
bb9853798b
|
Merge pull request #265 from Lectem/patch-1
add a note for svcExitThread and the thread API
|
2016-02-16 19:27:02 +01:00 |
|
Lectem
|
6d5a06227b
|
add a note for svcExitThread and the thread API
Calling svcExitThread will make it so that threadCreate detached parameter won't work.
|
2016-02-16 13:15:31 -05:00 |
|