GithubHelp home page GithubHelp logo

anchor's People

Contributors

bgomberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

anchor's Issues

Console Readme

Hello,
I am really impressed with your job! I really enjoy using it!
I found small mistake in Readme file for console, first argument in example is string but should be " a valid C symbol name"

this part:

    CONSOLE_STR_ARG_DEF("port", "The port <A,B,C>"),

should be:

    CONSOLE_STR_ARG_DEF(port, "The port <A,B,C>"),

etc.

Trying to build proto.c|.h files

Hello,

I am trying to include sonar into another project and am getting in trouble with 'option (nanopb_msgopt).msgid = 0x264;'

Compiling sonar_extensions.pb.c
Compiling DeviceInfo.pb.c
Traceback (most recent call last):
  File "/home/barbiani/x/components/sonar/protobuf/sonar_proto_gen.py", line 125, in <module>
    run()
  File "/home/barbiani/x/components/sonar/protobuf/sonar_proto_gen.py", line 118, in run
    response = process_request(request)
  File "/home/barbiani/x/components/sonar/protobuf/sonar_proto_gen.py", line 105, in process_request
    raise Exception("Unknown target language (parameter=%s)"%(request.parameter))
Exception: Unknown target language (parameter=)
--sonar_out: protoc-gen-sonar: Plugin failed with status code 1.
make: *** [sonar_nanopb.mk:27: DeviceInfo.pb.c] Error 1

DeviceInfo.proto:

syntax = "proto2";

import "sonar_extensions.proto";
import "nanopb.proto";

message DeviceInfo {
    option (nanopb_msgopt).msgid = 0x264;
    option (sonar_msgopt).attr_ops = ATTR_OPS_R;

    enum HardwareRevision {
        UNKNOWN = 0;
        EVT = 1;
        DVT = 2;
        PVT = 3;
    }

    required HardwareRevision hardware_revision = 1;
    required string serial = 2 [(nanopb).max_size = 25];

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.