Commit Graph

  • 014350918a
    Added extra resolutions (#21) newdev Matthew Hilton 2023-06-24 00:31:24 +0100
  • 4c910d2956
    Merge pull request #20 from dicetrash/newdev Matthew Hilton 2023-06-24 00:27:15 +0100
  • 1efe564feb Adding back wifi protos #20 dice14u 2023-06-23 17:54:17 -0400
  • a6c0439660
    Added extra resolutions #21 matt-add-portrait-aa matt 2023-04-16 23:38:31 +0100
  • a9cb5e46df
    Merge pull request #19 from TildenWinston/newdev Matthew Hilton 2022-09-15 20:26:01 +0100
  • fbc1f585e2
    Removing bad line #19 TildenWinston 2022-09-14 22:45:03 -0700
  • 8981042d30
    Removing bad line TildenWinston 2022-09-14 22:44:28 -0700
  • 4bc084d356
    Update MessageInStream.cpp TildenWinston 2022-09-11 14:23:23 -0700
  • 20b4ec930e
    Update SSLWrapper.cpp TildenWinston 2022-09-11 14:22:51 -0700
  • ccf8027afa
    Merge 8ef888a5ef into af3611c296 #17 Amin Bashiri 2022-06-11 15:36:14 +0000
  • 8ef888a5ef Fix conversion error #17 Amin Bashiri 2022-06-11 20:04:18 +0430
  • 57382f6ceb Support ssl 3 Amin Bashiri 2022-06-10 15:36:52 +0430
  • c45f4bbc7d Add build folder Amin Bashiri 2022-06-10 15:36:44 +0430
  • f2388e8267 Manual merge of commits from OpenCarDev aasdk opencardev_merge Matt Hilton 2022-02-14 23:45:13 +0000
  • 1934037ee4
    Merge pull request #15 from sjdean/newdev Matthew Hilton 2022-02-14 16:04:14 +0000
  • bd18165181 Reworked Message Handling - Have adjusted the buffer mechanism so instead of using the buffer to store a message in the event of an interleaved frame, we basically perform all work on the buffer (albeit we take the existing message for the channel id from the buffer for the frame we're working on and write the message to the buffer if the message isn't resolved). - Moved writing to buffer to receiveFramePayloadHandler() function if the message is BULK or LAST and therefore not resolved. - Simplified receiveFrameHeaderHandler() so that we automatically try to find a message from the buffer and then createa message as necessary depending on the frame type. - Excellent stability with no noticeable artefacts in audio after 1 hour. - Removed majority of debugging after achieving stability. #15 Simon.Dean 2022-02-13 21:06:07 +0000
  • f80e72c480 Rework Message Handling. Slight tweaks - Add isInterleaved boolean - If message is NULL and Frame Type is MIDDLE or LAST, then look for an existing message in buffer (if the message_ is null, then we need a FIRST or BULK frame) - If message is still NULL, then we will create a new message, but recognise it as a valid frame ONLY if this is a FIRST or BULK frame because we cannot start on a MIDDLE or LAST. - Rename recentFrameType to thisFrameType for more accuracy - Only Resolve the Frame if the frame is BULK or LAST and the frame is valid. - If the frame is interleaved, then we will use our interleavedPromise handler. Only resolve the main promise if the frame is not interleaved. - Also reset message once resolved. - Carry on reading if the original promise is not resolved (ie FIRST, MIDDLE, or Interleaved frame) - Add some counters for debugging purposes. Simon.Dean 2022-02-11 12:35:07 +0000
  • 5f4220b059 Support FrameType descriptor Simon.Dean 2022-02-11 10:33:36 +0000
  • b8bbdf1288 Switch decrypt() to read the number of bytes from the frame size. Simon.Dean 2022-02-11 10:29:02 +0000
  • 59d8d70b83 Add SSL Error Logging Simon.Dean 2022-02-11 10:19:33 +0000
  • a897fc1a8b Swap getSize() to getFrameSize() and add totalSize() for completeness. Simon.Dean 2022-02-11 10:19:12 +0000
  • ac4f4708a0
    Merge e744e6cf7e into af3611c296 #14 sjdean 2022-02-02 12:40:34 +0000
  • e744e6cf7e Bug fixes #14 Simon.Dean 2022-02-02 11:33:32 +0000
  • db60c041b0 Rework to message handling. Simon.Dean 2022-01-31 14:09:47 +0000
  • efcc4fd7ca Add TotalSize to FrameSize Simon.Dean 2022-01-31 13:48:16 +0000
  • c3f6a2887f Add Log output for SSLWraper getError() Simon.Dean 2022-01-31 13:47:03 +0000
  • 1d46df4883 Pass FrameSize to Cryptor during decryption Simon.Dean 2022-01-31 13:46:17 +0000
  • 6d7eda1bcb Fixed cmakelists when target arch not set Matt Hilton 2022-01-07 21:33:10 +0000
  • 1bc0fe69d5
    add media and navigation status (#22) #13 Cole Brinsfield 2021-12-26 11:48:56 -0800
  • d327d9059c
    fix #21 matt 2021-10-05 21:20:41 +0100
  • e29f2cd9d1
    add githubactions packaging (#20) Matthew Hilton 2021-09-24 04:16:29 +0100
  • 3476cf9fc8
    Update Readme.md Matthew Hilton 2021-09-23 23:31:36 +0100
  • 053d69ecf3
    added Github actions (#12) v3.1.0 Matthew Hilton 2021-09-23 23:20:11 +0100
  • 3f16389bf6
    switch to use commit_timestamp #12 matt 2021-09-23 22:59:05 +0100
  • ed4e842179
    Added versioning matt 2021-09-23 22:48:04 +0100
  • 604d651d67
    fixed release gha matt 2021-09-23 22:30:41 +0100
  • 883773854f
    added tags matt 2021-09-23 22:17:19 +0100
  • 5d87f3afce
    fixed checkout matt 2021-09-23 22:06:03 +0100
  • 0a49641c3f
    added releases matt 2021-09-23 21:59:12 +0100
  • 8a44477a5e
    added deb_architecture matt 2021-09-23 21:37:22 +0100
  • a4ac448289
    added upload artifact matt 2021-09-23 21:25:03 +0100
  • d202682df2
    typo in Dockerfile matt 2021-09-23 21:14:04 +0100
  • 91f71ea81b
    fixed typo matt 2021-09-23 21:11:18 +0100
  • 7aef1cde58
    fixed depends matt 2021-09-23 21:04:08 +0100
  • 60a2929345
    fixed tabs matt 2021-09-23 21:01:34 +0100
  • ba9d858c3f
    workflow fix matt 2021-09-23 20:29:27 +0100
  • d25b363b0e
    added dockerbuild temp matt 2021-09-23 20:27:05 +0100
  • 2d48d7cb45
    added message to output version matt 2021-08-21 00:06:31 +0100
  • 3a8ddb6904
    Added CPACK_Version matt 2021-08-20 23:43:36 +0100
  • fa37315dfe
    Switched patch version to use commit hash instead of epoch matt 2021-08-20 23:09:39 +0100
  • 75921c4386
    Added gitversion,cmake and last commit epoch as patch version matt 2021-08-18 23:43:22 +0100
  • eb53d31c1d
    package using cpack (#18) Matthew Hilton 2021-07-26 00:49:15 +0100
  • 1b3b684faa
    Added build to .gitignore Added vscode tasks to clean, build, package Added CPack support for debian packages develop matt 2021-07-25 08:56:19 +0100
  • 34384025f0
    auto connect USB on startup (#17) stefan-sherwood 2021-05-06 22:16:17 -0400
  • e1dd406287
    add versioning to enable building via yocto (#15) Matthew Hilton 2021-02-02 02:53:47 +0000
  • af3611c296
    Merge pull request #10 from svogl/development development Matthew Hilton 2021-01-25 21:21:46 +0000
  • 669ea62208
    Create LICENSE Matthew Hilton 2021-01-25 00:04:55 +0000
  • fe3637b2ef fixed boost include #10 Simon Vogl 2021-01-05 10:16:16 +0100
  • 18219a240d
    fix install for aasdk_proto (#14) Zero 2020-12-22 04:51:53 +1030
  • eba24eb9c1
    Update Promise.hpp #11 Simon Vogl 2020-11-06 11:20:14 +0100
  • c0b88d3268 added library version and install target for better yocto integration Simon Vogl 2020-11-06 09:26:05 +0100
  • a483733d38
    [libusb] Silenced warnings from libusb matt 2020-10-13 20:51:20 +0000
  • b105bd602f
    Added patch for #3 https://aur.archlinux.org/packages/aasdk-git/#comment-731304 matt 2020-10-13 20:36:06 +0000
  • ac688560ee
    Merge pull request #9 from presslab-us/development Matthew Hilton 2020-10-11 00:32:07 +0100
  • 888f3729e4
    Merge b69278a090 into 76294c5351 #6 Cole Brinsfield 2020-09-22 00:21:41 +0100
  • 76294c5351
    Merge pull request #8 from egisz/fix_button_codes_opencardev Matthew Hilton 2020-09-21 23:48:02 +0100
  • 1f561aa711
    voice session and ping (#13) Cole Brinsfield 2020-08-28 15:26:03 -0700
  • 7cb2b41863
    fix button codes (#11) Egidijus 2020-07-29 03:44:51 +0300
  • f83e13914c Fix button codes #8 Ryan Press 2020-02-16 11:09:47 -0500
  • 9170cef8a8
    Merge pull request #10 from jcwenger/feature/directory-structure Jason Wenger 2020-07-11 22:48:13 -0500
  • 5dda24782d Correct tabs to spaces Jason C. Wenger 2020-07-11 21:28:22 -0500
  • f9f02815d0 Rearrange directory structure Jason Wenger 2020-05-12 21:55:03 -0500
  • 204c2edbe3 ignore a cmake file Jason Wenger 2020-06-06 22:17:55 +0000
  • 7f3d07ea59
    Merge pull request #7 from kylegordon/develop Robert Stanley Judka 2020-06-30 09:24:50 -0500
  • c96e250166 Remove outdated info Kyle Gordon 2020-06-30 11:21:25 +0100
  • 5f2cea7201 Reduce dependency list Kyle Gordon 2020-06-30 11:19:32 +0100
  • 7493a98f8f Tweak build location to keep openauto happy Kyle Gordon 2020-06-29 21:18:14 +0100
  • 406086dd0d
    doh, need make install Kyle Gordon 2020-06-29 19:57:13 +0100
  • 9593dd4414 Don't assume user is operating in homedir Kyle Gordon 2020-06-29 17:25:04 +0100
  • ec562fee7e Use correct git repo Kyle Gordon 2020-06-29 12:33:45 +0100
  • be194ecb4e git also required Kyle Gordon 2020-06-29 12:24:12 +0100
  • 2194455681 Update with build instructions Kyle Gordon 2020-06-29 11:03:29 +0100
  • 2f8ab3d900
    Merge pull request #6 from jcwenger/feature/line-endings Jason Wenger 2020-06-07 19:13:35 -1000
  • 3f200e9e59 Correct line endings Jason Wenger 2020-05-12 21:59:27 -0500
  • 5cdac83352
    Merge pull request #5 from jcwenger/feature/install Jason Wenger 2020-05-25 22:32:34 -1000
  • 4486455f17 Support installation Jason Wenger 2020-05-13 01:22:01 -0500
  • f01d90a692 Fixes for newer boost Jason Wenger 2020-05-12 21:53:21 -0500
  • a4888526da
    Merge pull request #2 from jcwenger/feature/cmake-warning-fixes Robert Stanley Judka 2020-05-10 20:47:04 -0500
  • 96d2d90c67 Add ignores in case of in-place build Jason Wenger 2020-05-10 06:44:52 -1000
  • 3acf7d221b Add ccache support Jason Wenger 2020-05-10 06:37:26 -1000
  • ae72b7190f Adjust libusb module - avoid system warns about zero-size arrays Jason Wenger 2020-05-09 17:57:36 -1000
  • c71a6565b5 Permissions fix - cmake files are not executable Jason Wenger 2020-05-09 17:53:36 -1000
  • b2733fe146
    Merge pull request #1 from jcwenger/feature/interleaved-channels jcwenger 2020-05-10 19:54:03 -0500
  • d387974e9d fix interleaved channel crashing #2 Robert Stanley Judka 2020-04-12 17:49:52 -1000
  • 5d7b2bf332 Fixes interleaved channel crashing Cole Brinsfield 2020-03-20 23:01:59 -0700
  • 5fd14bc60d Fixes interleaved channel crashing #9 Cole Brinsfield 2020-03-20 23:01:59 -0700
  • b69278a090 Fixes interleaved channel crashing #6 Cole Brinsfield 2020-03-20 23:01:59 -0700
  • d87530411e updates to make things work (stolen from other people) Robert Judka 2020-03-06 13:36:01 -0600
  • 152176a87d Fix button codes Ryan Press 2020-02-16 11:09:47 -0500
  • ecf244222d changed wifi request Chiel Prins 2019-12-15 22:35:24 +0100