<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Oss on terassyi blog</title>
    <link>https://blog.terassyi.net/tags/oss/</link>
    <description>Recent content in Oss on terassyi blog</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <managingEditor>iscale821@gmail.com (terassyi)</managingEditor>
    <webMaster>iscale821@gmail.com (terassyi)</webMaster>
    <lastBuildDate>Sat, 10 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.terassyi.net/tags/oss/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>RustのCNI Pluginライブラリを rscni をアップデートした</title>
      <link>https://blog.terassyi.net/posts/rscni-update/</link>
      <pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate><author>iscale821@gmail.com (terassyi)</author>
      <guid>https://blog.terassyi.net/posts/rscni-update/</guid>
      <description>&lt;p&gt;こんにちは。&#xA;葬送のフリーレン 3 期がはじまりますね。&lt;/p&gt;&#xA;&lt;p&gt;今回は以前作った Rust の CNI Plugin ライブラリ &lt;a href=&#34;https://github.com/terassyi/rscni&#34;&gt;rscni&lt;/a&gt; を大幅に改修したので再度紹介します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kubernetes CNI plugin and network load balancer in Rust</title>
      <link>https://blog.terassyi.net/posts/intro-sart/</link>
      <pubDate>Fri, 12 Apr 2024 00:00:00 +0000</pubDate><author>iscale821@gmail.com (terassyi)</author>
      <guid>https://blog.terassyi.net/posts/intro-sart/</guid>
      <description>&lt;p&gt;こんにちは。&lt;/p&gt;&#xA;&lt;p&gt;葬送のフリーレンのアニメが終了して途方に暮れています。&#xA;いいアニメでした。&#xA;続編に期待しています。&lt;/p&gt;&#xA;&lt;p&gt;今回はしばらく趣味で開発している Kubernetes 用の CNI plugin とネットワークロードバランサ sart を紹介します。&lt;/p&gt;&#xA;&lt;p&gt;リポジトリはこちらになります。&#xA;すべて Rust で実装しています。（e2e テストだけ Go 言語の Ginkgo を使っています。）&lt;/p&gt;&#xA;&lt;p&gt;荒削りなソフトウェアですが、動かしてみたりスターをもらえると喜びます。（バグがたくさんありそう）&lt;/p&gt;&#xA;&lt;p&gt;また、開発中のプロジェクトなので API の仕様が変更になる可能性は大いにあります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>RustのCNI Pluginライブラリを作った</title>
      <link>https://blog.terassyi.net/posts/rscni/</link>
      <pubDate>Sun, 14 Jan 2024 00:00:00 +0000</pubDate><author>iscale821@gmail.com (terassyi)</author>
      <guid>https://blog.terassyi.net/posts/rscni/</guid>
      <description>&lt;p&gt;こんにちは。&#xA;葬送のフリーレンが2クール連続で歓喜しています。&lt;/p&gt;&#xA;&lt;p&gt;今回はRust用のCNI Pluginライブラリを作って公開したので紹介します。&lt;/p&gt;&#xA;&lt;h2 id=&#34;リポジトリとcratesio&#34;&gt;リポジトリとCrates.io&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;rscni&lt;/code&gt;という名前でGithub及びCrates.ioに公開しています。&#xA;ご興味のある方は使ってみてください。&#xA;バグ報告お待ちしています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linux Network Namespaceを使用したネットワークシミュレータの紹介</title>
      <link>https://blog.terassyi.net/posts/pyns2/</link>
      <pubDate>Mon, 21 Dec 2020 00:00:00 +0000</pubDate><author>iscale821@gmail.com (terassyi)</author>
      <guid>https://blog.terassyi.net/posts/pyns2/</guid>
      <description>&lt;p&gt;こんにちは．12月に入り非常に寒い日々が続いています．個人的には10月から続いていたセキュリティキャンプが一段落して少し余裕が出てきました．&#xA;また，この記事は&lt;a href=&#34;https://adventar.org/calendars/5335&#34;&gt;SecHack365 Advent Calendar 2020&lt;/a&gt;の記事として書いています．&#xA;今回は趣味で開発しているツールを紹介します．&lt;/p&gt;</description>
    </item>
    <item>
      <title>SoftEther VPN Server APIのGo版を作った</title>
      <link>https://blog.terassyi.net/posts/softether-api/</link>
      <pubDate>Wed, 15 Jul 2020 00:00:00 +0000</pubDate><author>iscale821@gmail.com (terassyi)</author>
      <guid>https://blog.terassyi.net/posts/softether-api/</guid>
      <description>&lt;p&gt;こんにちは．最近は学校の課題や事務手続きやらインターンどうしようかやらで非常に忙しいです．それに加えてSecHack365に参加することとなりこれはうれしい悲鳴ですがさらに忙しいです．(嬉しい)&#xA;さて今回はSoftEtherについてです．学生などにはあまり馴染みがなさげなソフトですが，僕は研究でこのソフトに非常にお世話になっております．このソフトウェアはとてもすごいんですが，マネージャーソフトがwindows用しかなくてCUIベースの操作が大変なのでWebベースのマネージャーを作ろうと思い立ちました．そこでまずGo言語でAPIのラッパーを作成しました．&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
