Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,207

Downloads of v 0.0.1.20-alpha:

396

Last Update:

06 Sep 2016

Package Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

Tags:

actors framework kino rendezvous

kino.Rendezvous

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

0.0.1.20-alpha | Updated: 06 Sep 2016

Downloads:

2,207

Downloads of v 0.0.1.20-alpha:

396

Maintainer(s):

Software Author(s):

  • Sergey Ivasenko

kino.Rendezvous 0.0.1.20-alpha

This is a prerelease version of kino.Rendezvous.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To upgrade kino.Rendezvous, run the following command from the command line or from PowerShell:

>

To uninstall kino.Rendezvous, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.20-alpha'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade kino.rendezvous -y --source="'INTERNAL REPO URL'" --version="'0.0.1.20-alpha'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install kino.rendezvous
  win_chocolatey:
    name: kino.rendezvous
    version: '0.0.1.20-alpha'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kino.rendezvous' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.0.1.20-alpha'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kino.rendezvous
{
    Name        = "kino.rendezvous"
    Version     = "0.0.1.20-alpha"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kino.rendezvous':
  ensure          => '0.0.1.20-alpha',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Rendezvous service for kino networks


WindowsServiceHost.dll
md5: 650AEC2762FB3E185E00796168ED9E0B | sha1: F7516BF9DAA33D9BC795EEFE39F400DAADC260DF | sha256: B4D7B092236692EEF84C48CDE8D77D958C68CA6C26641A6DB55C1B6F9FE7EB5C | sha512: E920E4ACE65A458F910492611D5D157068DFCBB7C393D9F8C72B2CD9F8F5A12D6C3C4D91EF2E6FFD6763C2B67F611F27D35C372647DD2BC5AAB7A6A149C57C75
TypedConfigProvider.dll
md5: 3CBC833E3717A2FAB3F647A22C3A2F7E | sha1: 888DFF5D39D1FFFB08BF40B57EA7724C558D3EAC | sha256: FF4001ADE25D059E3C7F0FE24930E65ADC4C1D1C9273CF51D2B51E80314F6B76 | sha512: 43C008763F13652747B88EE25A34C4F70F045CDBCB2701886D0B7EE21DA829CA058E8BA38FF2BDE7B9B8EA269620A599EC78BBBBB926B8C60CBFFD4A669C22EC
System.Reactive.Linq.dll
md5: 317DCE13B2316ABEE548A2B013F26471 | sha1: 3123573B2291A0F01BADB10B149F741BCB9EB0F7 | sha256: 21FAD2983B4B2F95049E975C9F26A77BFE9281D8ED18E380C9017FC82137A1D9 | sha512: 3444F813632F5F397B5C27E0314479A404B7ADE058A5E6C540331FA4FD5FA798BA7352B1BF58D6F977E5E61912ED9620A1EC1350901D0B00FAD2ACE3EAEB6163
kino.dll
md5: 0249451949BB7D92403A69BA055B878C | sha1: 6B90ADE83848E52CC990E0C6E85DB568F3B4F9A5 | sha256: 37B051C34835BA89C630D0B5F22D2FCAACFE5CD7D800C6B4873A45476643C514 | sha512: AFA56E570BC27194D491A0E757408FE13F3DF002DFBA6ACF751FCE582944CF1E1DFF1F13AE4FF1AB45339E10199916DA2ABA5D8316443E77119A0926AF738398
kino.Core.dll
md5: CD9686C88AEFEAE5A58D63B943EF0977 | sha1: D00FD2D3CC9C948AD454E40945B59DDAF43FB975 | sha256: ED3F7820F33C13322440A5962A4D56D81FFE0EA8511C77CA8183EC182567D45E | sha512: C2C3158C915851E04492DDBE1A16B50824C52FEC1B5FBB17FD38554B28CCA99C6F8246B425CAB3DCCCE3879669410A9E9151712D2B3518A0579CEEF708FB307E
kino.Consensus.dll
md5: 71E9BEC251E2AAA0BCDEAB3F88523616 | sha1: 5629500C12F01B9023A2F0D83089F4DB746682DE | sha256: 7D8A2F5CAF9C307A26D94CB16D968AF99703758D4DD5DFC4BAD7FAE4B749CE9D | sha512: 7CA8C86BCA38405505BD33679E28FC82BC277CFCBF7AA1B93FAEC33322D9955A1D77A380140704174249A4634A4F7427FCF893D1E7AE05A502D1FEE7EB8AD4C3
kino.Client.dll
md5: 1894C77818AE556DC664F206D7599BE2 | sha1: EF9479BEFAB738970AA73B0C20B4339481B92A7F | sha256: DC58ED5380EEA2F8B933492A78DD0210086C6713154A3272B2E1024D534BB558 | sha512: 7436A66CBD57A5B5F90C5B4EC7FB49F65E13BA545F98C642D999CDD989E65D56D1BFB89722EBB13410E3424AFE5884479F30A4153EB5D2DCEDA6CF18C8FC8687
kino.Actors.dll
md5: 0DF455B8DB7ADD5A7D6EA1962118E284 | sha1: 108A4424E089373EE344D9EDAD5F8AFE5F90AA4C | sha256: 9794305C9882FBBE3CA4FE106E818976D6B78F2F5D9954AA0455CA1706DBE1C4 | sha512: A302D8D1228A143D08ADE95852F03DD55FF6B07D7D871A9C3411379BABBEDF97E55EA7958E2D88A3722C2A5D46409B5698B915DD81E53FB84AD0013FE94A485F
config\NLog.config
<?xml version="1.0" encoding="utf-8"?>

<!--layout="${longdate} [${level:uppercase=true}] ${message}"-->
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true">
        <target xsi:type="File"
                name="file"
                fileName="${basedir}/logs/${shortdate}.log"
                layout="${message}" />
        <target xsi:type="EventLog"
                name="eventLog"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                source="kino" />
        <target xsi:type="ColoredConsole"
                name="console"
                layout="${longdate} [${level:uppercase=true}] ${message}"
                useDefaultRowHighlightingRules="true">
        </target>
    </targets>

    <rules>
        <logger name="default" minlevel="Trace" writeTo="console, eventLog" />
    </rules>
</nlog>
config\Application.config.json
{
    "dev": {
        "rendezvous": {
            "broadcastUri": "tcp://127.0.0.8:8001",
            "unicastUri": "tcp://127.0.0.8:8011",
            "pingInterval": "00:00:05"
        },
        "synod": {
            "localNode": "tcp://127.0.0.71:7000",
            "members": [
                "tcp://127.0.0.71:7000",
                "tcp://127.0.0.72:7000",
                "tcp://127.0.0.73:7000"
            ]

        },
        "lease": {
            "maxLeaseTimeSpan": "00:00:03",
            "clockDrift": "00:00:00.100",
            "messageRoundtrip": "00:00:00.400",
            "nodeResponseTimeout": "00:00:00.200"
        }
    }
}
C5.dll
md5: 14D41EDE5DE0BEDD59066B673BEAC0E9 | sha1: 26570AFDF5E0F59592B5E0F4EBFEFBC1633B6302 | sha256: 4FF6ABC9A31866C6F79250AD52F82163E3BF84BAC3088FA7775E409E6A98C8AC | sha512: F7BA0012AFD0F0873A8BA493995056D3B02121FF5F1E389ECD7CAA5E5A8A2EF91D96E92B02F2AC66EF42BD59EB6309266E34F6558AEEBEF50A7E7E6024B35464
Autofac.kino.dll
md5: 27C4BC1BC723C7DBE3DD9FEE80C2F684 | sha1: B7A55C6A3D8DF7FF1355D4E4A64474C727169C0D | sha256: FE69FEEBB9980C21713131FE6985054A477383D7B5AC3C775D1BCF7B24CED857 | sha512: 0DF01C078FFBB322682228731EE7CD01CEEAF4A2B90DB3989D669EE4598775F68CDB2A5618AF6998467400C5D29DE21AA2E2C20EA094F7D20C7D2BAE0DBF6CA4
Autofac.dll
md5: E20870745EC489F5BDF8C182AC972723 | sha1: D54AA544D607588111EB3120206A92EBBEA7B46F | sha256: 2A5303341286353CAC9C05BBAEB54469D2D76A5071DEB07F9873B18B1811F1B9 | sha512: AFECE260ECECAC28FFFD1DA98B9ED9A2DD2E1816654389E5A5264C3EDB554C537EC67480F6E546566EE486DAD6FDD20FC8AE183A62F4C9AD47F6933924AB73B9
AsyncIO.dll
md5: B2792F73E2AE56711D8A9609150B680B | sha1: F4E8ECCCCC92F11A5A46A1D603882397403B536E | sha256: CE336909941800B36C92EA665444E4FCD41CA84D2B270B2FD4025C96C13187B3 | sha512: A55A854311ED136D359631F7B1726101C84BD07B52FE3065410E4CEF1905276BF888BB810CDEFFCA13B4214F161C30B878646FBC990246CDA0DBF1F4A249C7A3
System.Reactive.Interfaces.dll
md5: 0A471405A43ACE8273B6E266F819901F | sha1: BB7C4D3930358FA574136248CC1DA6C9BCF5F192 | sha256: C86B4625D3A35B6F600D8F0D129B82EB73928E5D4F9DF1A028E527AAC86EE4E4 | sha512: 27DA5C7D98CAC39525B845F40F128CBBDEC6A693C1F20BE689A1BC2EC0A2FA33A1A82605DAD06E410371CF069304663BD6BF1C4A5864D99921E0584243B33997
System.Reactive.Core.dll
md5: F20967BEAE947A5D54156B5CB40D0C04 | sha1: C5EA57F70835E22CBAF08AC5262716DE3DE16F2B | sha256: AC464EA84539C60CBDB498DD787F6FB90B2F11067A5ACC9E1ED4F8F62CB7BC7A | sha512: 7F1FD97AC58BFE5194E348A141595BB261870BED0CDAB0E491AEC40DA7A930D2D821457AA2E44C80DA276BBCE98DD3A08E344DE3539037367977815055A79435
protobuf-net.dll
md5: 0328D67FC2071670F11CE17970B8ECDA | sha1: 13625BDE59A49EE4A32DEB2AE73B4A34C7C408AB | sha256: 0EDF2382691A7706CFA740D95DA85830560AD006D038D7F70CDA6D745C872F85 | sha512: D706AE13C38E05A1680079375ABC9FDB20CBB400529F414A0A60669DF05E1ED2164214E59C2DAAD5445D1F43539614D0BCC082B632F01750779E792390D497F8
NLog.dll
md5: 617E856F82E68E873EE111C1A21CF3EE | sha1: A060907310C576ED14224E9EE59748C68F094B95 | sha256: 659572D0888327EC459FA8778842A7F0346FC5725BB5349CA66AE9990D23E869 | sha512: E6E4AEB6BC416937F5715237B8F77F0BFA19CE37FE86E27B8C1EFCA0E2A35086751D98D6D785FF5513998AF1B1C6E8C05064D84BD2F97D32EF7D11D280CC859A
Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
NetMQ.dll
md5: 2A0DD5EB1B248C3FA40B944756E39937 | sha1: 4FEF0997E0A5FA4746C9A6F8DAEDC293D718485E | sha256: DDC84BAC73746DDB3577B41AFF0C294ACDCAFF2F437FA5C253E913CF75E201A9 | sha512: 4429BB10206733115C03815950A91E475BC7A119BD3B6236EEA56C1E51F8CD91A5F813675A3B228208ED89D7803F0F8DC71ED0C98CC951823B17DCFF18FDCE75
kino.Rendezvous.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
        <add key="JsonConfig.EnvironmentSequence" value="DEV" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <include file="${basedir}/config/NLog.config" />
    </nlog>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="AsyncIO" publicKeyToken="44a94435bd6f33f8" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-0.1.20.0" newVersion="0.1.20.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="protobuf-net" publicKeyToken="257b51d87d2e4d67" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
                <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>
kino.Rendezvous.exe
md5: 929FAE3A54495ECFA887F78270628971 | sha1: 6C6FE32EA678CE6F4BB0739AC046738AA7261ED4 | sha256: F34702112CC116B59006EE79AA3CF88092031F74CE9F3416D04CE0E8743180CB | sha512: B79589734089710C1331D608E0F7A65033EB724601B76B5146353780AAA0B1076FF5EEB6DA2CDCE77661B7AAFAF11E01B88D25E6B5DA75BB26C433C196FDF45F

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
kino.Rendezvous 0.0.1.25-alpha 441 Saturday, December 17, 2016 Exempted
kino.Rendezvous 0.0.1.24-alpha 328 Friday, December 16, 2016 Exempted
kino.Rendezvous 0.0.1.23-alpha 323 Monday, November 14, 2016 Exempted
kino.Rendezvous 0.0.1.21-alpha 363 Saturday, November 12, 2016 Exempted
kino.Rendezvous 0.0.1.20-alpha 396 Tuesday, September 6, 2016 Exempted
kino.Rendezvous 0.0.1.18-beta 356 Sunday, June 5, 2016 Exempted

This package has no dependencies.

Discussion for the kino.Rendezvous Package

Ground Rules:

  • This discussion is only about kino.Rendezvous and the kino.Rendezvous package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or kino.Rendezvous, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus