Read-only release history for Iodef-Pb
gitpan/Iodef-Pb
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Iodef-Pb ======== This library maps IODEF (RFC 5070) to the google protocol buffer serialization library. The lib/Iodef/_Pb.pm file is generated using Google::ProtocolBuffers library based on iodef.proto (github.com/collectiveintel/IODEF). This lib should only be used for low level API access. High level API access can be leveraged via the Iodef::Pb::Simple API. Once the buffer's are encoded, they can easily be transported via REST, ZeroMQ, Crossroads.io or any other messaging framework (or the google protocol RPC bits themselves). To store these in a database, you can easily base64 the data-structure and save as text. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Google::ProtocolBuffers Class::Accessor SEE ALSO http://github.com/collectiveintel/iodef-pb-perl http://github.com/collectiveintel/iodef-pb-simple-perl https://github.com/collectiveintel/IODEF http://tools.ietf.org/html/rfc5070#section-3.2 http://search.cpan.org/~gariev/Google-ProtocolBuffers/lib/Google/ProtocolBuffers.pm http://code.google.com/p/protobuf/ http://search.cpan.org/~kasei/Class-Accessor/lib/Class/Accessor.pm http://collectiveintel.net COPYRIGHT AND LICENCE Copyright (C) 2012 by Wes Young <claimid.com/wesyoung> Copyright (C) 2012 by the REN-ISAC <ren-isac.net> Copyright (C) 2012 by the Trustee's of Indiana University <iu.edu> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
About
Read-only release history for Iodef-Pb
Resources
Stars
Watchers
Forks
Packages 0
No packages published