Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Implemented a client which reads and writes synchronously #9

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2019

  1. refactor: detach Run() from connect(), add srvAddr to client struct, …

    …call connect() in NewClient().
    songchenliang committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    acda32d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Merge branch 'master' of https://github.com/nbfhscl/go-iecp5

    songchenliang committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    44100c6 View commit details
    Browse the repository at this point in the history
  2. Merge thinkgos/master

    songchenliang committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    6ebdf48 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. QDSGood should be type QualityDescriptor.

    songchenliang committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0058e81 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. clientOption should provide key

    songchenliang committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    712dbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2471a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Try add Subscription

    songchenliang committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    db0fa13 View commit details
    Browse the repository at this point in the history
  2. Merge commit

    songchenliang committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9784687 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/nbfhscl/master'

    songchenliang committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    852f2bb View commit details
    Browse the repository at this point in the history
  4. An implement of subscribe

    songchenliang committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    de214f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Unify the way of getting value of process info.

    songchenliang committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    dc39a08 View commit details
    Browse the repository at this point in the history
  2. Use both commonAddr and infoObjAddr instand of single infoObjAddr to …

    …matching the response to request.
    
    Get value from process info using func Value.
    songchenliang committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    4e9f122 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Unify seven process info and process cmd.

    songchenliang committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bbf1d6e View commit details
    Browse the repository at this point in the history
  2. Update synclient

    songchenliang committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    27a516c View commit details
    Browse the repository at this point in the history
  3. Fix last commit, Add Parse funcs for process info and cmd, Fix GetSte…

    …pPositon.
    songchenliang committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bf24b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Fix test

    songchenliang committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    1861a87 View commit details
    Browse the repository at this point in the history
  2. Feat: simple examble of synclient

    songchenliang committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    565e7c0 View commit details
    Browse the repository at this point in the history
  3. Add simulator configuration

    songchenliang committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6dc61a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Fix

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    421c1da View commit details
    Browse the repository at this point in the history
  2. Fix synclient example.

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    bc9f8f2 View commit details
    Browse the repository at this point in the history
  3. Use Send() instead of syncSendIFrame()

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9c65951 View commit details
    Browse the repository at this point in the history
  4. We don't have to check validation of client param when call system co…

    …mmands coz it should be already checked when create the client. And system commands like TestCommand should not require CauseOfTransmission coz it only supports one kind of cause.
    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0362fbc View commit details
    Browse the repository at this point in the history
  5. Minor Perf

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4eb5f76 View commit details
    Browse the repository at this point in the history
  6. Cause of TestCommandCP56Time2a is Activation

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    911ed68 View commit details
    Browse the repository at this point in the history
  7. Update synclient

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    f498fd3 View commit details
    Browse the repository at this point in the history
  8. Remove dead code

    songchenliang committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    956e787 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Fix: single point value should be bool not byte

    nbfhscl committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    db4caeb View commit details
    Browse the repository at this point in the history